Merge pull request #83 from InsanusMokrassar/7.2.0

7.2.0
This commit is contained in:
InsanusMokrassar 2023-09-26 01:01:08 +06:00 committed by GitHub
commit 20e1f042f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 4 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 7.2.0
* `Version`:
* `tgbotapi`: `9.2.0`
* `kslog`: `1.1.2`
* `sqlite`: `3.43.0.0`
## 7.1.0
* `Version`:

View File

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

View File

@ -5,13 +5,13 @@ kt-serialization = "1.5.1"
kt-coroutines = "1.7.3"
microutils = "0.19.9"
tgbotapi = "9.1.0"
kslog = "1.1.1"
tgbotapi = "9.2.0"
kslog = "1.1.2"
jb-exposed = "0.41.1"
jb-dokka = "1.8.20"
sqlite = "3.42.0.0"
sqlite = "3.43.0.0"
klock = "4.0.3"
uuid = "0.7.1"