mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2024-11-21 15:13:46 +00:00
commit
8efe977e76
@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 8.1.1
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `tgbotapi`: `10.0.1`
|
||||||
|
* `MicroUtils`: `0.20.32`
|
||||||
|
* `Exposed`: `0.47.0`
|
||||||
|
|
||||||
## 8.1.0
|
## 8.1.0
|
||||||
|
|
||||||
* Integrate `dev.inmo:micro_utils.startup` into project
|
* Integrate `dev.inmo:micro_utils.startup` into project
|
||||||
@ -7,7 +14,7 @@
|
|||||||
## 8.0.0
|
## 8.0.0
|
||||||
|
|
||||||
* `Versions`:
|
* `Versions`:
|
||||||
* `tgbotapi`: `1.0.0`
|
* `tgbotapi`: `10.0.0`
|
||||||
* `MicroUtils`: `0.20.26`
|
* `MicroUtils`: `0.20.26`
|
||||||
* `Exposed`: `0.46.0`
|
* `Exposed`: `0.46.0`
|
||||||
|
|
||||||
|
@ -5,4 +5,4 @@ kotlin.js.generate.externals=true
|
|||||||
kotlin.incremental=true
|
kotlin.incremental=true
|
||||||
|
|
||||||
group=dev.inmo
|
group=dev.inmo
|
||||||
version=8.1.0
|
version=8.1.1
|
||||||
|
@ -4,12 +4,12 @@ kt = "1.9.22"
|
|||||||
kt-serialization = "1.6.2"
|
kt-serialization = "1.6.2"
|
||||||
kt-coroutines = "1.7.3"
|
kt-coroutines = "1.7.3"
|
||||||
|
|
||||||
microutils = "0.20.26"
|
microutils = "0.20.32"
|
||||||
tgbotapi = "10.0.0"
|
tgbotapi = "10.0.1"
|
||||||
|
|
||||||
ksp = "1.9.22-1.0.16"
|
ksp = "1.9.22-1.0.17"
|
||||||
|
|
||||||
jb-exposed = "0.46.0"
|
jb-exposed = "0.47.0"
|
||||||
jb-dokka = "1.9.10"
|
jb-dokka = "1.9.10"
|
||||||
|
|
||||||
sqlite = "3.44.1.0"
|
sqlite = "3.44.1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user