Compare commits

...

10 Commits
5.1.2 ... 6.0.0

Author SHA1 Message Date
b48d278446 Update CHANGELOG.md 2023-05-31 07:09:31 +06:00
072a64362d Update libs.versions.toml 2023-05-31 07:09:05 +06:00
7715f519e3 update dependencies 2023-05-28 20:54:39 +06:00
7982f27217 start 6.0.0 2023-05-28 20:53:32 +06:00
eeb3ae1dbe Merge pull request #77 from InsanusMokrassar/5.1.3
5.1.3
2023-05-20 12:43:54 +06:00
8a73fda6fa Update libs.versions.toml 2023-05-20 01:35:52 +06:00
05e94249af Update CHANGELOG.md 2023-05-20 01:35:36 +06:00
74c36c66f1 Update libs.versions.toml 2023-05-20 01:34:26 +06:00
5153f732ce start 5.1.3 2023-05-20 01:33:49 +06:00
fb23e9be79 Merge pull request #76 from InsanusMokrassar/5.1.2
5.1.2
2023-05-06 13:53:17 +06:00
3 changed files with 19 additions and 5 deletions

View File

@@ -1,5 +1,19 @@
# Changelog
## 6.0.0
* `Versions`:
* `microutils`: `0.19.1`
* `tgbotapi`: `8.0.0`
* `klock`: `4.0.3`
## 5.1.3
* `Versions`:
* `serialization`: `1.5.1`
* `microutils`: `0.18.4`
* `tgbotapi`: `7.1.3`
## 5.1.2
* `Versions`:

View File

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

View File

@@ -1,11 +1,11 @@
[versions]
kt = "1.8.21"
kt-serialization = "1.5.0"
kt-serialization = "1.5.1"
kt-coroutines = "1.6.4"
microutils = "0.18.1"
tgbotapi = "7.1.2"
microutils = "0.19.1"
tgbotapi = "8.0.0"
kslog = "1.1.1"
jb-exposed = "0.41.1"
@@ -13,7 +13,7 @@ jb-dokka = "1.8.10"
sqlite = "3.41.2.1"
klock = "3.4.0"
klock = "4.0.3"
uuid = "0.7.0"
ktor = "2.3.0"