Compare commits

...

2 Commits

Author SHA1 Message Date
728d94e77f update dependencies 2026-07-02 15:58:59 +06:00
0fe357af1f start 12.0.0 2026-07-02 15:58:59 +06:00
3 changed files with 25 additions and 11 deletions

View File

@@ -1,5 +1,19 @@
# Changelog
## 12.0.0
* `Versions`:
* `kotlin`: `2.3.21`
* `coroutines`: `1.11.0`
* `microutils`: `0.30.0`
* `tgbotapi`: `35.1.0`
* `ktor`: `3.5.1`
* `ksp`: `2.3.9`
* `exposed`: `1.3.1`
* `sqlite`: `3.53.2.0`
* `koin`: `4.2.2`
* `nmcp`: `1.6.0`
## 11.2.0
* `Versions`:

View File

@@ -5,4 +5,4 @@ kotlin.js.generate.externals=true
kotlin.incremental=true
group=dev.inmo
version=11.2.0
version=12.0.0

View File

@@ -1,25 +1,25 @@
[versions]
kt = "2.3.20"
kt = "2.3.21"
kt-serialization = "1.11.0"
kt-coroutines = "1.10.2"
kt-coroutines = "1.11.0"
microutils = "0.29.2"
tgbotapi = "33.1.0"
ktor = "3.4.2"
microutils = "0.30.0"
tgbotapi = "35.1.0"
ktor = "3.5.1"
ksp = "2.3.6"
ksp = "2.3.9"
jb-exposed = "1.2.0"
jb-exposed = "1.3.1"
jb-dokka = "2.2.0"
sqlite = "3.53.0.0"
sqlite = "3.53.2.0"
gh-release = "2.5.2"
koin = "4.2.1"
koin = "4.2.2"
nmcp = "1.4.4"
nmcp = "1.6.0"
[libraries]