Compare commits

...

4 Commits

Author SHA1 Message Date
636614e4e3 revert sqlite 2025-10-21 23:13:22 +06:00
9747bcd79d update dependencies 2025-10-21 23:12:35 +06:00
f8b7e261f4 start 10.9.0 2025-10-21 23:03:43 +06:00
0a5272b1c8 Merge pull request #118 from InsanusMokrassar/10.8.0
10.8.0
2025-09-04 17:31:52 +06:00
3 changed files with 16 additions and 8 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 10.9.0
* `Versions`:
* `kotlin`: `2.2.20`
* `microutils`: `0.26.6`
* `tgbotapi`: `30.0.0`
* `koin`: `4.1.1`
## 10.8.0
* `Versions`:

View File

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

View File

@@ -1,24 +1,24 @@
[versions]
kt = "2.2.10"
kt = "2.2.20"
kt-serialization = "1.9.0"
kt-coroutines = "1.10.2"
microutils = "0.26.3"
tgbotapi = "28.0.1"
microutils = "0.26.6"
tgbotapi = "30.0.0"
ksp = "2.2.10-2.0.2"
ksp = "2.2.20-2.0.4"
jb-exposed = "0.61.0"
jb-dokka = "2.0.0"
jb-dokka = "2.1.0"
sqlite = "3.50.1.0"
gh-release = "2.5.2"
koin = "4.1.0"
koin = "4.1.1"
nmcp = "1.1.0"
nmcp = "1.2.0"
[libraries]