Compare commits

...

5 Commits

Author SHA1 Message Date
0e65a425c3 Update CHANGELOG.md 2023-09-26 00:57:08 +06:00
517ab1e1a4 Update libs.versions.toml 2023-09-26 00:56:20 +06:00
977cf32669 update dependencies 2023-09-26 00:21:31 +06:00
5bd1916fb5 start 7.2.0 2023-09-26 00:11:41 +06:00
8c22b418f8 Merge pull request #82 from InsanusMokrassar/7.1.0
7.1.0
2023-08-20 14:41:16 +06:00
3 changed files with 11 additions and 4 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 7.2.0
* `Version`:
* `tgbotapi`: `9.2.0`
* `kslog`: `1.1.2`
* `sqlite`: `3.43.0.0`
## 7.1.0
* `Version`:

View File

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

View File

@@ -5,13 +5,13 @@ kt-serialization = "1.5.1"
kt-coroutines = "1.7.3"
microutils = "0.19.9"
tgbotapi = "9.1.0"
kslog = "1.1.1"
tgbotapi = "9.2.0"
kslog = "1.1.2"
jb-exposed = "0.41.1"
jb-dokka = "1.8.20"
sqlite = "3.42.0.0"
sqlite = "3.43.0.0"
klock = "4.0.3"
uuid = "0.7.1"