Compare commits

...

7 Commits

Author SHA1 Message Date
a9c3b937e7 Update CHANGELOG.md 2023-05-02 10:12:52 +06:00
6757354652 Update libs.versions.toml 2023-05-02 01:52:23 +06:00
c65efb6ffb Update gradle.properties 2023-05-02 01:51:11 +06:00
f9cc279854 Merge pull request #74 from InsanusMokrassar/5.1.0
5.1.0
2023-04-22 21:29:28 +06:00
b2d00cb5ae Update CHANGELOG.md 2023-04-22 21:24:18 +06:00
782721751a Update libs.versions.toml 2023-04-22 21:12:16 +06:00
01086766ba Update gradle.properties 2023-04-22 21:10:47 +06:00
3 changed files with 18 additions and 5 deletions

View File

@@ -1,5 +1,18 @@
# Changelog
## 5.1.1
* `Versions`:
* `kotlin`: `1.8.21`
* `microutils`: `0.18.0`
* `tgbotapi`: `7.1.1`
## 5.1.0
* `Versions`:
* `tgbotapi`: `7.1.0`
* `sqlite`: `3.41.2.1`
## 5.0.2
* `Versions`:

View File

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

View File

@@ -1,17 +1,17 @@
[versions]
kt = "1.8.20"
kt = "1.8.21"
kt-serialization = "1.5.0"
kt-coroutines = "1.6.4"
microutils = "0.17.8"
tgbotapi = "7.0.2"
microutils = "0.18.0"
tgbotapi = "7.1.1"
kslog = "1.1.1"
jb-exposed = "0.41.1"
jb-dokka = "1.8.10"
sqlite = "3.40.0.0"
sqlite = "3.41.2.1"
klock = "3.4.0"
uuid = "0.7.0"