Compare commits

..

8 Commits

Author SHA1 Message Date
5f25250bcc Update CHANGELOG.md 2022-11-09 01:12:55 +06:00
f0d2a6d39d Update libs.versions.toml 2022-11-09 00:47:23 +06:00
3e4dc1fdb0 Update gradle.properties 2022-11-09 00:45:08 +06:00
55012eacec Merge pull request #50 from InsanusMokrassar/2.4.1
2.4.1
2022-11-03 12:41:13 +06:00
c64314fa11 update changelog 2022-11-03 12:24:42 +06:00
f0b7ae7325 update dependencies 2022-11-03 12:17:05 +06:00
4ade949593 start 2.4.1 2022-11-03 12:14:58 +06:00
2a9342e4c7 Merge pull request #49 from InsanusMokrassar/2.4.0
2.4.0
2022-10-22 22:04:32 +06:00
3 changed files with 26 additions and 8 deletions

View File

@@ -1,5 +1,23 @@
# Changelog
## 3.0.0
* `Versions`:
* `microutils`: `0.14.0`
* `tgbotapi`: `4.0.0`
* `kslog`: `0.5.3`
* `exposed`: `0.40.1`
* `klock`: `3.3.1`
## 2.4.1
* `Versions`:
* `microutils`: `0.13.2`
* `tgbotapi`: `3.3.1`
* `klock`: `3.3.0`
* `ktor`: `2.1.3`
* `koin`: `3.2.2`
## 2.4.0
* `Versions`:

View File

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

View File

@@ -4,23 +4,23 @@ kt = "1.7.20"
kt-serialization = "1.4.1"
kt-coroutines = "1.6.4"
microutils = "0.13.1"
tgbotapi = "3.3.0"
kslog = "0.5.2"
microutils = "0.14.0"
tgbotapi = "4.0.0"
kslog = "0.5.3"
jb-exposed = "0.39.2"
jb-exposed = "0.40.1"
jb-dokka = "1.7.20"
sqlite = "3.39.3.0"
klock = "3.2.0"
klock = "3.3.1"
uuid = "0.5.0"
ktor = "2.1.2"
ktor = "2.1.3"
gh-release = "2.4.1"
koin = "3.2.0"
koin = "3.2.2"
[libraries]