Merge pull request #93 from InsanusMokrassar/8.0.0

8.0.0
This commit is contained in:
InsanusMokrassar 2024-01-12 20:28:24 +06:00 committed by GitHub
commit 468310c819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 10 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 8.0.0
* `Versions`:
* `tgbotapi`: `1.0.0`
* `MicroUtils`: `0.20.26`
* `Exposed`: `0.46.0`
## 7.4.2
* `Versions`:

View File

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

View File

@ -4,21 +4,16 @@ kt = "1.9.22"
kt-serialization = "1.6.2"
kt-coroutines = "1.7.3"
microutils = "0.20.23"
tgbotapi = "9.4.3"
microutils = "0.20.26"
tgbotapi = "10.0.0"
ksp = "1.9.21-1.0.16"
ksp = "1.9.22-1.0.16"
jb-exposed = "0.45.0"
jb-exposed = "0.46.0"
jb-dokka = "1.9.10"
sqlite = "3.44.1.0"
klock = "4.0.10"
uuid = "0.8.2"
ktor = "2.3.7"
gh-release = "2.4.1"
koin = "3.5.3"