Merge pull request #98 from InsanusMokrassar/8.4.0

8.4.0
This commit is contained in:
InsanusMokrassar 2024-06-27 23:20:42 +06:00 committed by GitHub
commit 136d106b4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 13 additions and 5 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 8.4.0
* `Versions`:
* `Coroutines`: `1.8.1`
* `MicroUtils`: `0.21.1`
* `tgbotapi`: `15.0.0`
* `Exposed`: `0.51.1`
## 8.3.0
* `Versions`:

View File

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

View File

@ -2,14 +2,14 @@
kt = "1.9.23"
kt-serialization = "1.6.3"
kt-coroutines = "1.8.0"
kt-coroutines = "1.8.1"
microutils = "0.20.45"
tgbotapi = "12.0.1"
microutils = "0.21.1"
tgbotapi = "15.0.0"
ksp = "1.9.23-1.0.20"
jb-exposed = "0.49.0"
jb-exposed = "0.50.1"
jb-dokka = "1.9.20"
sqlite = "3.45.3.0"