1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2026-04-19 00:12:34 +00:00

Compare commits

...

4 Commits

Author SHA1 Message Date
de761c7cf2 Update CHANGELOG.md 2022-11-28 16:41:59 +06:00
d3bff680c3 Update libs.versions.toml 2022-11-28 16:41:23 +06:00
a0c10d9a9a Update CHANGELOG.md 2022-11-27 17:38:24 +06:00
e2901cb9f9 Update libs.versions.toml 2022-11-27 17:38:16 +06:00
2 changed files with 4 additions and 3 deletions

View File

@@ -3,7 +3,8 @@
## 4.1.3 ## 4.1.3
* `Versions`: * `Versions`:
* `MicroUtils`: `0.14.2` -> `0.14.3` * `Kotlin`: `1.7.21` -> `1.7.22`
* `MicroUtils`: `0.14.2` -> `0.14.4`
* `Core`: * `Core`:
* `ContentMessage`, `CommonMessage`, `PossiblyMediaGroupMessage` and `PossiblySentViaBotCommonMessage` got `out` * `ContentMessage`, `CommonMessage`, `PossiblyMediaGroupMessage` and `PossiblySentViaBotCommonMessage` got `out`
variance variance

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"
@@ -13,7 +13,7 @@ ktor = "2.1.3"
ksp = "1.7.21-1.0.8" ksp = "1.7.21-1.0.8"
kotlin-poet = "1.12.0" kotlin-poet = "1.12.0"
microutils = "0.14.3" microutils = "0.14.4"
github-release-plugin = "2.4.1" github-release-plugin = "2.4.1"
dokka = "1.7.20" dokka = "1.7.20"