mirror of
https://github.com/InsanusMokrassar/SauceNaoAPI.git
synced 2025-10-28 01:50:11 +00:00
update dependencies
This commit is contained in:
@@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
## 0.19.0
|
## 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
|
## 0.18.0
|
||||||
|
|
||||||
* Versions:
|
* Versions:
|
||||||
|
|||||||
@@ -1,15 +1,16 @@
|
|||||||
[versions]
|
[versions]
|
||||||
|
|
||||||
kt = "2.1.0"
|
kt = "2.2.20"
|
||||||
kt-serialization = "1.7.3"
|
kt-coroutines = "1.10.2"
|
||||||
kt-coroutines = "1.9.0"
|
kt-serialization = "1.9.0"
|
||||||
|
|
||||||
klock = "5.4.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"
|
gh-release = "2.5.2"
|
||||||
|
nmcp = "1.2.0"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
|
|
||||||
@@ -34,3 +35,5 @@ buildscript-gh-release = { module = "com.github.breadmoirai:github-release", ver
|
|||||||
|
|
||||||
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kt" }
|
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kt" }
|
||||||
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kt" }
|
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kt" }
|
||||||
|
|
||||||
|
nmcp-aggregation = { id = "com.gradleup.nmcp.aggregation", version.ref = "nmcp" }
|
||||||
|
|||||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
|||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user