Merge pull request #82 from InsanusMokrassar/7.1.0

7.1.0
This commit is contained in:
InsanusMokrassar 2023-08-20 14:41:16 +06:00 committed by GitHub
commit 8c22b418f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 6 deletions

View File

@ -1,5 +1,14 @@
# Changelog # Changelog
## 7.1.0
* `Version`:
* `microutils`: `0.19.9`
* `tgbotapi`: `9.1.0`
* `ktor`: `2.3.3`
* `coroutines`: `1.7.3`
* `koin`: `3.4.3`
## 7.0.0 ## 7.0.0
* `Version`: * `Version`:

View File

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

View File

@ -2,10 +2,10 @@
kt = "1.8.22" kt = "1.8.22"
kt-serialization = "1.5.1" kt-serialization = "1.5.1"
kt-coroutines = "1.7.2" kt-coroutines = "1.7.3"
microutils = "0.19.7" microutils = "0.19.9"
tgbotapi = "9.0.0" tgbotapi = "9.1.0"
kslog = "1.1.1" kslog = "1.1.1"
jb-exposed = "0.41.1" jb-exposed = "0.41.1"
@ -16,11 +16,11 @@ sqlite = "3.42.0.0"
klock = "4.0.3" klock = "4.0.3"
uuid = "0.7.1" uuid = "0.7.1"
ktor = "2.3.2" ktor = "2.3.3"
gh-release = "2.4.1" gh-release = "2.4.1"
koin = "3.4.2" koin = "3.4.3"
[libraries] [libraries]