Compare commits

...

8 Commits

Author SHA1 Message Date
e1bb8e9799 update dependencies 2023-09-29 22:48:57 +06:00
fd5e979f11 start 7.2.1 2023-09-29 22:42:45 +06:00
20e1f042f1 Merge pull request #83 from InsanusMokrassar/7.2.0
7.2.0
2023-09-26 01:01:08 +06:00
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 18 additions and 5 deletions

View File

@@ -1,5 +1,18 @@
# Changelog
## 7.2.1
* `Versions`:
* `tgbotapi`: `9.2.1`
* `ktor`: `2.3.4`
## 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.1

View File

@@ -5,18 +5,18 @@ 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.1"
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"
ktor = "2.3.3"
ktor = "2.3.4"
gh-release = "2.4.1"