Merge pull request #49 from InsanusMokrassar/2.4.0

2.4.0
This commit is contained in:
InsanusMokrassar 2022-10-22 22:04:32 +06:00 committed by GitHub
commit 2a9342e4c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 10 deletions

View File

@ -1,5 +1,15 @@
# Changelog
## 2.4.0
* `Versions`:
* `kotlin`: `1.7.20`
* `serialization`: `1.4.1`
* `tgbotapi`: `3.3.0`
* `microutils`: `0.13.1`
* `klock`: `3.2.0`
* `ktor`: `2.1.2`
## 2.3.4
* `Versions`:

View File

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

View File

@ -1,27 +1,25 @@
[versions]
kt = "1.7.10"
kt-serialization = "1.4.0"
kt = "1.7.20"
kt-serialization = "1.4.1"
kt-coroutines = "1.6.4"
microutils = "0.12.16"
tgbotapi = "3.2.7"
microutils = "0.13.1"
tgbotapi = "3.3.0"
kslog = "0.5.2"
jb-exposed = "0.39.2"
jb-dokka = "1.7.10"
jb-dokka = "1.7.20"
sqlite = "3.39.3.0"
klock = "3.1.0"
klock = "3.2.0"
uuid = "0.5.0"
ktor = "2.1.1"
ktor = "2.1.2"
gh-release = "2.4.1"
android-gradle = "7.2.2"
dexcount = "3.1.0"
koin = "3.2.0"
[libraries]