Merge pull request #111 from InsanusMokrassar/10.3.0

10.3.0
This commit is contained in:
InsanusMokrassar 2024-12-08 15:00:54 +06:00 committed by GitHub
commit 605fb956a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 5 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 10.3.0
* `Versions`:
* `microutils`: `0.23.2`
* `tgbotapi`: `22.0.0`
* `exposed`: `0.57.0`
## 10.2.1
* `Versions`:

View File

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

View File

@ -4,12 +4,12 @@ kt = "2.1.0"
kt-serialization = "1.7.3"
kt-coroutines = "1.9.0"
microutils = "0.23.1"
tgbotapi = "21.0.0"
microutils = "0.23.2"
tgbotapi = "22.0.0"
ksp = "2.1.0-1.0.28"
ksp = "2.1.0-1.0.29"
jb-exposed = "0.56.0"
jb-exposed = "0.57.0"
jb-dokka = "1.9.20"
sqlite = "3.47.1.0"