mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2024-11-22 07:33:46 +00:00
update dependencies
This commit is contained in:
parent
7258275d0e
commit
158b03a9ca
@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
## 0.1.1
|
## 0.1.1
|
||||||
|
|
||||||
|
* `Versions`
|
||||||
|
* `kotlin`: `1.4.21` -> `1.4.30`
|
||||||
|
* `serialization`: `1.0.1` -> `1.1.0-RC`
|
||||||
|
* `exposed`: `0.28.1` -> `0.29.1`
|
||||||
|
* `tgbotapi`: `0.31.0` -> `0.32.5`
|
||||||
|
* `microutils`: `0.4.16` -> `0.4.25`
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
* `Versions`
|
* `Versions`
|
||||||
|
@ -4,12 +4,12 @@ org.gradle.parallel=true
|
|||||||
kotlin.js.generate.externals=true
|
kotlin.js.generate.externals=true
|
||||||
kotlin.incremental=true
|
kotlin.incremental=true
|
||||||
|
|
||||||
kotlin_version=1.4.21
|
kotlin_version=1.4.30
|
||||||
kotlin_coroutines_version=1.4.2
|
kotlin_coroutines_version=1.4.2
|
||||||
kotlin_serialisation_runtime_version=1.0.1
|
kotlin_serialisation_runtime_version=1.1.0-RC
|
||||||
kotlin_exposed_version=0.28.1
|
kotlin_exposed_version=0.29.1
|
||||||
tgbotapi_version=0.31.0
|
tgbotapi_version=0.32.5
|
||||||
microutils_version=0.4.16
|
microutils_version=0.4.25
|
||||||
klassindex_version=4.1.0-rc.1
|
klassindex_version=4.1.0-rc.1
|
||||||
sqlite_version=3.30.1
|
sqlite_version=3.30.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user