Compare commits

...

7 Commits

Author SHA1 Message Date
a3e6f8a6b5 update dependencies 2023-04-20 00:18:24 +06:00
cd9ba5dc19 start 5.0.2 2023-04-20 00:15:37 +06:00
8e0d35a80d Merge pull request #72 from InsanusMokrassar/5.0.1
5.0.1
2023-03-16 20:29:57 +06:00
a49fb60555 Update CHANGELOG.md 2023-03-16 19:56:01 +06:00
ec26179d2a Update libs.versions.toml 2023-03-16 19:55:28 +06:00
daed26cba6 Update gradle.properties 2023-03-16 19:54:56 +06:00
7c820b70ac Merge pull request #71 from InsanusMokrassar/5.0.0
5.0.0
2023-03-12 00:07:27 +06:00
3 changed files with 22 additions and 7 deletions

View File

@@ -1,5 +1,20 @@
# Changelog
## 5.0.2
* `Versions`:
* `kotlin`: `1.8.20`
* `microutils`: `0.17.8`
* `tgbotapi`: `7.0.2`
* `kslog`: `1.1.1`
* `ktor`: `2.3.0`
* `koin`: `3.4.0`
## 5.0.1
* `Versions`:
* `tgbotapi`: `7.0.1`
## 5.0.0
* `Versions`:

View File

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

View File

@@ -1,12 +1,12 @@
[versions]
kt = "1.8.10"
kt = "1.8.20"
kt-serialization = "1.5.0"
kt-coroutines = "1.6.4"
microutils = "0.17.5"
tgbotapi = "7.0.0"
kslog = "1.0.0"
microutils = "0.17.8"
tgbotapi = "7.0.2"
kslog = "1.1.1"
jb-exposed = "0.41.1"
jb-dokka = "1.8.10"
@@ -16,11 +16,11 @@ sqlite = "3.40.0.0"
klock = "3.4.0"
uuid = "0.7.0"
ktor = "2.2.4"
ktor = "2.3.0"
gh-release = "2.4.1"
koin = "3.3.2"
koin = "3.4.0"
[libraries]