Skip to content

Commit fdff6c7

Browse files
Merge pull request #119 from InsanusMokrassar/10.9.0
10.9.0
2 parents 0a5272b + 636614e commit fdff6c7

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 10.9.0
4+
5+
* `Versions`:
6+
* `kotlin`: `2.2.20`
7+
* `microutils`: `0.26.6`
8+
* `tgbotapi`: `30.0.0`
9+
* `koin`: `4.1.1`
10+
311
## 10.8.0
412

513
* `Versions`:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kotlin.js.generate.externals=true
55
kotlin.incremental=true
66

77
group=dev.inmo
8-
version=10.8.0
8+
version=10.9.0

gradle/libs.versions.toml

Lines changed: 7 additions & 7 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

1515
sqlite = "3.50.1.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)