Skip to content

Commit 9747bcd

Browse files
update dependencies
1 parent f8b7e26 commit 9747bcd

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
## 10.9.0
44

55
* `Versions`:
6+
* `kotlin`: `2.2.20`
7+
* `microutils`: `0.26.6`
8+
* `tgbotapi`: `30.0.0`
9+
* `sqlite`: `3.50.3.0`
10+
* `koin`: `4.1.1`
611

712
## 10.8.0
813

gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
[versions]
22

3-
kt = "2.2.10"
3+
kt = "2.2.20"
44
kt-serialization = "1.9.0"
55
kt-coroutines = "1.10.2"
66

7-
microutils = "0.26.3"
8-
tgbotapi = "28.0.1"
7+
microutils = "0.26.6"
8+
tgbotapi = "30.0.0"
99

10-
ksp = "2.2.10-2.0.2"
10+
ksp = "2.2.20-2.0.4"
1111

1212
jb-exposed = "0.61.0"
13-
jb-dokka = "2.0.0"
13+
jb-dokka = "2.1.0"
1414

15-
sqlite = "3.50.1.0"
15+
sqlite = "3.50.3.0"
1616

1717
gh-release = "2.5.2"
1818

19-
koin = "4.1.0"
19+
koin = "4.1.1"
2020

21-
nmcp = "1.1.0"
21+
nmcp = "1.2.0"
2222

2323
[libraries]
2424

0 commit comments

Comments
 (0)