Merge pull request #47 from InsanusMokrassar/2.3.3

2.3.3
This commit is contained in:
InsanusMokrassar 2022-09-19 20:44:51 +06:00 committed by GitHub
commit a273f1117f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2.3.3
* `Versions`:
* `tgbotapi`: `3.2.6`
* `sqlite`: `3.39.3.0`
## 2.3.2
* `Versions`:

View File

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

View File

@ -5,13 +5,13 @@ kt-serialization = "1.4.0"
kt-coroutines = "1.6.4"
microutils = "0.12.13"
tgbotapi = "3.2.3"
tgbotapi = "3.2.6"
kslog = "0.5.2"
jb-exposed = "0.39.2"
jb-dokka = "1.7.10"
sqlite = "3.36.0.3"
sqlite = "3.39.3.0"
klock = "3.1.0"
uuid = "0.5.0"