update dependencies

This commit is contained in:
2025-10-04 23:08:58 +06:00
parent b810fa40c2
commit 75f56f0aee
3 changed files with 16 additions and 6 deletions

View File

@@ -2,6 +2,13 @@
## 0.19.0
* Versions:
* `Kotlin`: `2.2.20`
* `Coroutines`: `1.10.2`
* `Serialization`: `1.9.0`
* `Ktor`: `3.3.0`
* `MicroUtils`: `0.26.5`
## 0.18.0
* Versions:

View File

@@ -1,15 +1,16 @@
[versions]
kt = "2.1.0"
kt-serialization = "1.7.3"
kt-coroutines = "1.9.0"
kt = "2.2.20"
kt-coroutines = "1.10.2"
kt-serialization = "1.9.0"
klock = "5.4.0"
ktor = "3.0.2"
ktor = "3.3.0"
microutils = "0.23.2"
microutils = "0.26.5"
gh-release = "2.5.2"
nmcp = "1.2.0"
[libraries]
@@ -34,3 +35,5 @@ buildscript-gh-release = { module = "com.github.breadmoirai:github-release", ver
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kt" }
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kt" }
nmcp-aggregation = { id = "com.gradleup.nmcp.aggregation", version.ref = "nmcp" }

View File

@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip