Merge pull request #50 from InsanusMokrassar/2.4.1

2.4.1
This commit is contained in:
InsanusMokrassar 2022-11-03 12:41:13 +06:00 committed by GitHub
commit 55012eacec
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
## 2.4.1
* `Versions`:
* `microutils`: `0.13.2`
* `tgbotapi`: `3.3.1`
* `klock`: `3.3.0`
* `ktor`: `2.1.3`
* `koin`: `3.2.2`
## 2.4.0
* `Versions`:

View File

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

View File

@ -4,8 +4,8 @@ kt = "1.7.20"
kt-serialization = "1.4.1"
kt-coroutines = "1.6.4"
microutils = "0.13.1"
tgbotapi = "3.3.0"
microutils = "0.13.2"
tgbotapi = "3.3.1"
kslog = "0.5.2"
jb-exposed = "0.39.2"
@ -13,14 +13,14 @@ jb-dokka = "1.7.20"
sqlite = "3.39.3.0"
klock = "3.2.0"
klock = "3.3.0"
uuid = "0.5.0"
ktor = "2.1.2"
ktor = "2.1.3"
gh-release = "2.4.1"
koin = "3.2.0"
koin = "3.2.2"
[libraries]