mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2024-11-08 17:03:47 +00:00
commit
136d106b4c
@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 8.4.0
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `Coroutines`: `1.8.1`
|
||||||
|
* `MicroUtils`: `0.21.1`
|
||||||
|
* `tgbotapi`: `15.0.0`
|
||||||
|
* `Exposed`: `0.51.1`
|
||||||
|
|
||||||
## 8.3.0
|
## 8.3.0
|
||||||
|
|
||||||
* `Versions`:
|
* `Versions`:
|
||||||
|
@ -5,4 +5,4 @@ kotlin.js.generate.externals=true
|
|||||||
kotlin.incremental=true
|
kotlin.incremental=true
|
||||||
|
|
||||||
group=dev.inmo
|
group=dev.inmo
|
||||||
version=8.3.0
|
version=8.4.0
|
||||||
|
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
kt = "1.9.23"
|
kt = "1.9.23"
|
||||||
kt-serialization = "1.6.3"
|
kt-serialization = "1.6.3"
|
||||||
kt-coroutines = "1.8.0"
|
kt-coroutines = "1.8.1"
|
||||||
|
|
||||||
microutils = "0.20.45"
|
microutils = "0.21.1"
|
||||||
tgbotapi = "12.0.1"
|
tgbotapi = "15.0.0"
|
||||||
|
|
||||||
ksp = "1.9.23-1.0.20"
|
ksp = "1.9.23-1.0.20"
|
||||||
|
|
||||||
jb-exposed = "0.49.0"
|
jb-exposed = "0.50.1"
|
||||||
jb-dokka = "1.9.20"
|
jb-dokka = "1.9.20"
|
||||||
|
|
||||||
sqlite = "3.45.3.0"
|
sqlite = "3.45.3.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user