mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2024-11-21 15:13:46 +00:00
commit
27c5f379a4
@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 7.0.0
|
||||
|
||||
* `Version`:
|
||||
* `microutils`: `0.19.7`
|
||||
* `tgbotapi`: `9.0.0`
|
||||
* `ktor`: `2.3.2`
|
||||
* `coroutines`: `1.7.2`
|
||||
|
||||
## 6.1.0
|
||||
|
||||
* `Version`:
|
||||
|
@ -5,4 +5,4 @@ kotlin.js.generate.externals=true
|
||||
kotlin.incremental=true
|
||||
|
||||
group=dev.inmo
|
||||
version=6.1.0
|
||||
version=7.0.0
|
||||
|
@ -2,10 +2,10 @@
|
||||
|
||||
kt = "1.8.22"
|
||||
kt-serialization = "1.5.1"
|
||||
kt-coroutines = "1.6.4"
|
||||
kt-coroutines = "1.7.2"
|
||||
|
||||
microutils = "0.19.4"
|
||||
tgbotapi = "8.1.0"
|
||||
microutils = "0.19.7"
|
||||
tgbotapi = "9.0.0"
|
||||
kslog = "1.1.1"
|
||||
|
||||
jb-exposed = "0.41.1"
|
||||
@ -16,7 +16,7 @@ sqlite = "3.42.0.0"
|
||||
klock = "4.0.3"
|
||||
uuid = "0.7.1"
|
||||
|
||||
ktor = "2.3.1"
|
||||
ktor = "2.3.2"
|
||||
|
||||
gh-release = "2.4.1"
|
||||
|
||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.2-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
Loading…
Reference in New Issue
Block a user