1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-03 23:29:33 +00:00

Merge pull request #944 from InsanusMokrassar/23.1.2

23.1.2
This commit is contained in:
2025-01-29 12:56:51 +06:00
committed by GitHub
3 changed files with 14 additions and 6 deletions

View File

@@ -1,5 +1,13 @@
# TelegramBotAPI changelog
## 23.1.2
* `Version`:
* `Kotlin`: `2.1.0` -> `2.1.10`
* `Serialization`: `1.7.3` -> `1.8.0`
* `MicroUtils`: `0.24.4` -> `0.24.5`
* `KSLog`: `1.4.0` -> `1.4.1`
## 23.1.1
* `Version`:

View File

@@ -6,4 +6,4 @@ kotlin.incremental=true
kotlin.incremental.js=true
library_group=dev.inmo
library_version=23.1.1
library_version=23.1.2

View File

@@ -1,7 +1,7 @@
[versions]
kotlin = "2.1.0"
kotlin-serialization = "1.7.3"
kotlin = "2.1.10"
kotlin-serialization = "1.8.0"
kotlin-coroutines = "1.10.1"
javax-activation = "1.1.1"
@@ -10,11 +10,11 @@ korlibs = "5.4.0"
uuid = "0.8.4"
ktor = "3.0.3"
ksp = "2.1.0-1.0.29"
ksp = "2.1.10-1.0.29"
kotlin-poet = "1.18.1"
microutils = "0.24.4"
kslog = "1.4.0"
microutils = "0.24.5"
kslog = "1.4.1"
versions = "0.51.0"