Compare commits

...

7 Commits

Author SHA1 Message Date
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
7d57ceafaa update dependencies 2022-10-22 21:58:33 +06:00
823a53d5aa start 2.4.0 2022-10-22 21:53:19 +06:00
c1889ceff0 Merge pull request #48 from InsanusMokrassar/2.3.4
2.3.4
2022-10-02 01:27:59 +06:00
3 changed files with 28 additions and 11 deletions

View File

@@ -1,5 +1,24 @@
# Changelog
## 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`:
* `kotlin`: `1.7.20`
* `serialization`: `1.4.1`
* `tgbotapi`: `3.3.0`
* `microutils`: `0.13.1`
* `klock`: `3.2.0`
* `ktor`: `2.1.2`
## 2.3.4
* `Versions`:

View File

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

View File

@@ -1,28 +1,26 @@
[versions]
kt = "1.7.10"
kt-serialization = "1.4.0"
kt = "1.7.20"
kt-serialization = "1.4.1"
kt-coroutines = "1.6.4"
microutils = "0.12.16"
tgbotapi = "3.2.7"
microutils = "0.13.2"
tgbotapi = "3.3.1"
kslog = "0.5.2"
jb-exposed = "0.39.2"
jb-dokka = "1.7.10"
jb-dokka = "1.7.20"
sqlite = "3.39.3.0"
klock = "3.1.0"
klock = "3.3.0"
uuid = "0.5.0"
ktor = "2.1.1"
ktor = "2.1.3"
gh-release = "2.4.1"
android-gradle = "7.2.2"
dexcount = "3.1.0"
koin = "3.2.0"
koin = "3.2.2"
[libraries]