mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2024-11-21 15:13:46 +00:00
commit
34c0c05715
@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 3.5.0
|
||||
|
||||
* `Versions`:
|
||||
* `tgbotapi`: `5.2.0`
|
||||
* `microutils`: `0.16.10`
|
||||
* `koin`: `3.3.2`
|
||||
|
||||
## 3.4.1
|
||||
|
||||
* `setupBotPlugin` now works synchronously
|
||||
|
@ -5,4 +5,4 @@ kotlin.js.generate.externals=true
|
||||
kotlin.incremental=true
|
||||
|
||||
group=dev.inmo
|
||||
version=3.4.1
|
||||
version=3.5.0
|
||||
|
@ -4,8 +4,8 @@ kt = "1.7.22"
|
||||
kt-serialization = "1.4.1"
|
||||
kt-coroutines = "1.6.4"
|
||||
|
||||
microutils = "0.16.8"
|
||||
tgbotapi = "5.1.0"
|
||||
microutils = "0.16.10"
|
||||
tgbotapi = "5.2.0"
|
||||
kslog = "0.5.4"
|
||||
|
||||
jb-exposed = "0.41.1"
|
||||
@ -20,7 +20,7 @@ ktor = "2.2.3"
|
||||
|
||||
gh-release = "2.4.1"
|
||||
|
||||
koin = "3.2.2"
|
||||
koin = "3.3.2"
|
||||
|
||||
[libraries]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user