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