mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2024-11-24 00:18:43 +00:00
commit
b43efb4255
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,5 +1,17 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 10.1.0
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `kotlin`: `2.0.21`
|
||||||
|
* `serialization`: `1.7.3`
|
||||||
|
* `coroutines`: `1.9.0`
|
||||||
|
* `microutils`: `0.23.0`
|
||||||
|
* `tgbotapi`: `20.0.0`
|
||||||
|
* `exposed`: `0.55.0`
|
||||||
|
* `sqlite`: `3.47.0.0`
|
||||||
|
* `koin`: `4.0.0`
|
||||||
|
|
||||||
## 10.0.0
|
## 10.0.0
|
||||||
|
|
||||||
**OVERALL LOGIC OF PLAGUBOT INITIALIZATION AND WORK HAS BEEN CHANGED**
|
**OVERALL LOGIC OF PLAGUBOT INITIALIZATION AND WORK HAS BEEN CHANGED**
|
||||||
|
@ -5,4 +5,4 @@ kotlin.js.generate.externals=true
|
|||||||
kotlin.incremental=true
|
kotlin.incremental=true
|
||||||
|
|
||||||
group=dev.inmo
|
group=dev.inmo
|
||||||
version=10.0.0
|
version=10.1.0
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
[versions]
|
[versions]
|
||||||
|
|
||||||
kt = "2.0.20"
|
kt = "2.0.21"
|
||||||
kt-serialization = "1.7.2"
|
kt-serialization = "1.7.3"
|
||||||
kt-coroutines = "1.8.1"
|
kt-coroutines = "1.9.0"
|
||||||
|
|
||||||
microutils = "0.22.2"
|
microutils = "0.23.0"
|
||||||
tgbotapi = "18.1.0"
|
tgbotapi = "20.0.0"
|
||||||
|
|
||||||
ksp = "2.0.20-1.0.24"
|
ksp = "2.0.21-1.0.26"
|
||||||
|
|
||||||
jb-exposed = "0.54.0"
|
jb-exposed = "0.55.0"
|
||||||
jb-dokka = "1.9.20"
|
jb-dokka = "1.9.20"
|
||||||
|
|
||||||
sqlite = "3.46.1.0"
|
sqlite = "3.47.0.0"
|
||||||
|
|
||||||
gh-release = "2.5.2"
|
gh-release = "2.5.2"
|
||||||
|
|
||||||
koin = "3.5.6"
|
koin = "4.0.0"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
|
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
Loading…
Reference in New Issue
Block a user