Merge pull request #80 from InsanusMokrassar/6.1.0

6.1.0
This commit is contained in:
InsanusMokrassar 2023-06-19 23:27:16 +06:00 committed by GitHub
commit 5d5312c66f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 7 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## 6.1.0
* `Version`:
* `kotlin`: `1.8.22`
* `microutils`: `0.19.4`
* `tgbotapi`: `8.1.0`
* `koin`: `3.4.2`
* `sqlite`: `3.42.0.0`
## 6.0.1
* `Version`:

View File

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

View File

@ -1,17 +1,17 @@
[versions]
kt = "1.8.21"
kt = "1.8.22"
kt-serialization = "1.5.1"
kt-coroutines = "1.6.4"
microutils = "0.19.2"
tgbotapi = "8.0.1"
microutils = "0.19.4"
tgbotapi = "8.1.0"
kslog = "1.1.1"
jb-exposed = "0.41.1"
jb-dokka = "1.8.10"
jb-dokka = "1.8.20"
sqlite = "3.41.2.1"
sqlite = "3.42.0.0"
klock = "4.0.3"
uuid = "0.7.1"
@ -20,7 +20,7 @@ ktor = "2.3.1"
gh-release = "2.4.1"
koin = "3.4.1"
koin = "3.4.2"
[libraries]