1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-01 07:25:23 +00:00

Merge pull request #691 from InsanusMokrassar/4.2.0

4.2.0
This commit is contained in:
InsanusMokrassar 2022-12-05 11:52:47 +06:00 committed by GitHub
commit 85ea101641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,11 @@
# TelegramBotAPI changelog # TelegramBotAPI changelog
## 4.2.0
* `Versions`:
* `Kotlin`: `1.7.21` -> `1.7.22`
* `MicroUtils`: `0.14.4` -> `0.15.0`
## 4.1.3 ## 4.1.3
* `Versions`: * `Versions`:

View File

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

View File

@ -1,6 +1,6 @@
[versions] [versions]
kotlin = "1.7.21" kotlin = "1.7.22"
kotlin-serialization = "1.4.1" kotlin-serialization = "1.4.1"
kotlin-coroutines = "1.6.4" kotlin-coroutines = "1.6.4"
@ -10,10 +10,10 @@ korlibs = "3.4.0"
uuid = "0.6.0" uuid = "0.6.0"
ktor = "2.1.3" ktor = "2.1.3"
ksp = "1.7.21-1.0.8" ksp = "1.7.22-1.0.8"
kotlin-poet = "1.12.0" kotlin-poet = "1.12.0"
microutils = "0.14.4" microutils = "0.15.0"
github-release-plugin = "2.4.1" github-release-plugin = "2.4.1"
dokka = "1.7.20" dokka = "1.7.20"