Merge pull request #51 from InsanusMokrassar/3.0.0

3.0.0
This commit is contained in:
InsanusMokrassar 2022-11-09 01:14:24 +06:00 committed by GitHub
commit 5895335031
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
## 3.0.0
* `Versions`:
* `microutils`: `0.14.0`
* `tgbotapi`: `4.0.0`
* `kslog`: `0.5.3`
* `exposed`: `0.40.1`
* `klock`: `3.3.1`
## 2.4.1
* `Versions`:

View File

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

View File

@ -4,16 +4,16 @@ kt = "1.7.20"
kt-serialization = "1.4.1"
kt-coroutines = "1.6.4"
microutils = "0.13.2"
tgbotapi = "3.3.1"
kslog = "0.5.2"
microutils = "0.14.0"
tgbotapi = "4.0.0"
kslog = "0.5.3"
jb-exposed = "0.39.2"
jb-exposed = "0.40.1"
jb-dokka = "1.7.20"
sqlite = "3.39.3.0"
klock = "3.3.0"
klock = "3.3.1"
uuid = "0.5.0"
ktor = "2.1.3"