mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2026-04-29 21:32:41 +00:00
update dependencies
org.jetbrains.kotlin:kotlin-stdlib 2.3.10 -> 2.3.20 org.jetbrains.kotlinx:kotlinx-serialization-json 1.10.0 -> 1.11.0 dev.inmo:micro_utils 0.29.1 -> 0.29.2 dev.inmo:tgbotapi 32.0.0 -> 33.1.0 io.ktor:ktor-client-okhttp 3.4.1 -> 3.4.2 org.jetbrains.exposed:exposed-jdbc 1.1.1 -> 1.2.0 org.jetbrains.dokka:dokka-gradle-plugin 2.1.0 -> 2.2.0 org.xerial:sqlite-jdbc 3.51.2.0 -> 3.53.0.0 io.insert-koin:koin-core 4.1.1 -> 4.2.1
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -2,6 +2,16 @@
|
||||
|
||||
## 11.2.0
|
||||
|
||||
* `Versions`:
|
||||
* `kotlin`: `2.3.20`
|
||||
* `serialization`: `1.11.0`
|
||||
* `microutils`: `0.29.2`
|
||||
* `tgbotapi`: `33.1.0`
|
||||
* `ktor`: `3.4.2`
|
||||
* `exposed`: `1.2.0`
|
||||
* `sqlite`: `3.53.0.0`
|
||||
* `koin`: `4.2.1`
|
||||
|
||||
## 11.1.1
|
||||
|
||||
* `Bot`:
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
[versions]
|
||||
|
||||
kt = "2.3.10"
|
||||
kt-serialization = "1.10.0"
|
||||
kt = "2.3.20"
|
||||
kt-serialization = "1.11.0"
|
||||
kt-coroutines = "1.10.2"
|
||||
|
||||
microutils = "0.29.1"
|
||||
tgbotapi = "32.0.0"
|
||||
ktor = "3.4.1"
|
||||
microutils = "0.29.2"
|
||||
tgbotapi = "33.1.0"
|
||||
ktor = "3.4.2"
|
||||
|
||||
ksp = "2.3.6"
|
||||
|
||||
jb-exposed = "1.1.1"
|
||||
jb-dokka = "2.1.0"
|
||||
jb-exposed = "1.2.0"
|
||||
jb-dokka = "2.2.0"
|
||||
|
||||
sqlite = "3.51.2.0"
|
||||
sqlite = "3.53.0.0"
|
||||
|
||||
gh-release = "2.5.2"
|
||||
|
||||
koin = "4.1.1"
|
||||
koin = "4.2.1"
|
||||
|
||||
nmcp = "1.4.4"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user