Merge pull request #73 from InsanusMokrassar/5.0.2

5.0.2
This commit is contained in:
InsanusMokrassar 2023-04-20 00:20:43 +06:00 committed by GitHub
commit bf0a6ab659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 8 deletions

View File

@ -1,6 +1,16 @@
# Changelog # Changelog
## 5.0.0 ## 5.0.2
* `Versions`:
* `kotlin`: `1.8.20`
* `microutils`: `0.17.8`
* `tgbotapi`: `7.0.2`
* `kslog`: `1.1.1`
* `ktor`: `2.3.0`
* `koin`: `3.4.0`
## 5.0.1
* `Versions`: * `Versions`:
* `tgbotapi`: `7.0.1` * `tgbotapi`: `7.0.1`

View File

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

View File

@ -1,12 +1,12 @@
[versions] [versions]
kt = "1.8.10" kt = "1.8.20"
kt-serialization = "1.5.0" kt-serialization = "1.5.0"
kt-coroutines = "1.6.4" kt-coroutines = "1.6.4"
microutils = "0.17.5" microutils = "0.17.8"
tgbotapi = "7.0.1" tgbotapi = "7.0.2"
kslog = "1.0.0" kslog = "1.1.1"
jb-exposed = "0.41.1" jb-exposed = "0.41.1"
jb-dokka = "1.8.10" jb-dokka = "1.8.10"
@ -16,11 +16,11 @@ sqlite = "3.40.0.0"
klock = "3.4.0" klock = "3.4.0"
uuid = "0.7.0" uuid = "0.7.0"
ktor = "2.2.4" ktor = "2.3.0"
gh-release = "2.4.1" gh-release = "2.4.1"
koin = "3.3.2" koin = "3.4.0"
[libraries] [libraries]