1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-08 09:23:47 +00:00

update microutils dependency

This commit is contained in:
InsanusMokrassar 2024-06-16 00:29:13 +06:00
parent fb2b912f93
commit c3fa8a6d33
2 changed files with 2 additions and 2 deletions

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=14.0.2-preview4 library_version=14.0.2-preview5

View File

@ -13,7 +13,7 @@ ktor = "2.3.11"
ksp = "1.9.23-1.0.20" ksp = "1.9.23-1.0.20"
kotlin-poet = "1.16.0" kotlin-poet = "1.16.0"
microutils = "0.20.52" microutils = "0.20.53"
kslog = "1.3.4" kslog = "1.3.4"
versions = "0.51.0" versions = "0.51.0"