Merge pull request #39 from InsanusMokrassar/2.0.0

2.0.0
This commit is contained in:
InsanusMokrassar 2022-08-06 01:10:14 +06:00 committed by GitHub
commit c50b35c66b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 11 deletions

View File

@ -1,5 +1,16 @@
# Changelog
## 2.0.0
* `Versions`:
* `kotlin`: `1.7.10`
* `serialization`: `1.4.0-RC`
* `tgbotapi`: `3.0.0`
* `kslog`: `0.5.0`
* `uuid`: `0.5.0`
* `exposed`: `0.39.2`
* `microutils`: `0.12.0`
## 1.4.1
* `Versions`:

View File

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

View File

@ -1,26 +1,26 @@
[versions]
kt = "1.6.21"
kt-serialization = "1.3.3"
kt = "1.7.10"
kt-serialization = "1.4.0-RC"
kt-coroutines = "1.6.4"
microutils = "0.11.13"
tgbotapi = "2.2.2"
kslog = "0.4.2"
microutils = "0.12.0"
tgbotapi = "3.0.2"
kslog = "0.5.0"
jb-exposed = "0.38.2"
jb-dokka = "1.6.21"
jb-exposed = "0.39.2"
jb-dokka = "1.7.10"
sqlite = "3.36.0.3"
klock = "2.7.0"
uuid = "0.4.1"
klock = "3.0.0"
uuid = "0.5.0"
ktor = "2.0.3"
gh-release = "2.4.1"
android-gradle = "7.0.4"
android-gradle = "7.2.2"
dexcount = "3.1.0"
koin = "3.2.0"