1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-12-22 00:27:14 +00:00

update dependencies

This commit is contained in:
InsanusMokrassar 2024-11-30 14:55:34 +06:00
parent 6b3fabdb30
commit eb72ff1c94
2 changed files with 6 additions and 3 deletions

View File

@ -2,6 +2,9 @@
## 21.0.0
* `Version`:
* `Kotlin`: `2.0.21` -> `2.1.0`
* `MicroUtils`: `0.23.0` -> `0.23.1`
* `BehaviourBuilder`:
* Add special `val data: BehaviourContextData` into all realizations of `BehaviourContext`
* Add `CombinedSubcontextInitialAction` and functions

View File

@ -1,6 +1,6 @@
[versions]
kotlin = "2.0.21"
kotlin = "2.1.0"
kotlin-serialization = "1.7.3"
kotlin-coroutines = "1.9.0"
@ -10,10 +10,10 @@ korlibs = "5.4.0"
uuid = "0.8.4"
ktor = "3.0.1"
ksp = "2.0.21-1.0.26"
ksp = "2.1.0-1.0.29"
kotlin-poet = "1.18.1"
microutils = "0.23.0"
microutils = "0.23.1"
kslog = "1.3.6"
versions = "0.51.0"