mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2024-11-22 07:33:46 +00:00
commit
6e61f364da
0
.fleet/settings.json
Normal file
0
.fleet/settings.json
Normal file
@ -1,5 +1,14 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.2.0
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `kotlin`: `1.7.22`
|
||||||
|
* `tgbotapi`: `4.2.0`
|
||||||
|
* `microutils`: `0.15.0`
|
||||||
|
* `kslog`: `0.5.4`
|
||||||
|
* `sqlite`: `3.40.0.0`
|
||||||
|
|
||||||
## 3.1.4
|
## 3.1.4
|
||||||
|
|
||||||
* `Versions`:
|
* `Versions`:
|
||||||
|
@ -5,4 +5,4 @@ kotlin.js.generate.externals=true
|
|||||||
kotlin.incremental=true
|
kotlin.incremental=true
|
||||||
|
|
||||||
group=dev.inmo
|
group=dev.inmo
|
||||||
version=3.1.4
|
version=3.2.0
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
[versions]
|
[versions]
|
||||||
|
|
||||||
kt = "1.7.21"
|
kt = "1.7.22"
|
||||||
kt-serialization = "1.4.1"
|
kt-serialization = "1.4.1"
|
||||||
kt-coroutines = "1.6.4"
|
kt-coroutines = "1.6.4"
|
||||||
|
|
||||||
microutils = "0.14.4"
|
microutils = "0.15.0"
|
||||||
tgbotapi = "4.1.3"
|
tgbotapi = "4.2.0"
|
||||||
kslog = "0.5.3"
|
kslog = "0.5.4"
|
||||||
|
|
||||||
jb-exposed = "0.41.1"
|
jb-exposed = "0.41.1"
|
||||||
jb-dokka = "1.7.20"
|
jb-dokka = "1.7.20"
|
||||||
|
|
||||||
sqlite = "3.39.3.0"
|
sqlite = "3.40.0.0"
|
||||||
|
|
||||||
klock = "3.4.0"
|
klock = "3.4.0"
|
||||||
uuid = "0.6.0"
|
uuid = "0.6.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user