Skip to content

Commit 8b7ca70

Browse files
update dependencies
org.jetbrains.kotlin:kotlin-stdlib 2.2.20 -> 2.2.21 com.google.devtools.ksp:symbol-processing-gradle-plugin 2.2.20-2.0.4 -> 2.2.21-2.0.4 dev.inmo:micro_utils 0.26.6 -> 0.26.8 dev.inmo:tgbotapi 30.0.0 -> 30.0.2 com.gradleup.nmcp:nmcp-aggregation 1.2.0 -> 1.3.0
1 parent e356abc commit 8b7ca70

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## 10.10.0
44

5+
* `Versions`:
6+
* `kotlin`: `2.2.21`
7+
* `microutils`: `0.26.8`
8+
* `tgbotapi`: `30.0.2`
9+
* `nmcp`: `1.3.0`
10+
511
## 10.9.0
612

713
* `Versions`:

gradle/libs.versions.toml

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

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

7-
microutils = "0.26.6"
8-
tgbotapi = "30.0.0"
7+
microutils = "0.26.8"
8+
tgbotapi = "30.0.2"
99

10-
ksp = "2.2.20-2.0.4"
10+
ksp = "2.2.21-2.0.4"
1111

1212
jb-exposed = "0.61.0"
1313
jb-dokka = "2.1.0"
@@ -18,7 +18,7 @@ gh-release = "2.5.2"
1818

1919
koin = "4.1.1"
2020

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

2323
[libraries]
2424

0 commit comments

Comments
 (0)