Compare commits

..

3 Commits

Author SHA1 Message Date
9a746451c0 update dependencies
org.jetbrains.kotlin:kotlin-gradle-plugin 2.2.20 -> 2.3.20
org.jetbrains.kotlinx:kotlinx-serialization-json 1.9.0 -> 1.11.0
io.ktor:ktor-client-core 3.3.0 -> 3.4.2
dev.inmo:micro_utils.common 0.26.5 -> 0.29.2
com.gradleup.nmcp.aggregation 1.2.0 -> 1.4.4
2026-04-19 12:56:26 +06:00
fcd2f350d1 start 0.19.1 2026-04-19 12:30:15 +06:00
a97c117288 Merge pull request #199 from InsanusMokrassar/0.19.0
0.19.0
2025-10-04 23:47:44 +06:00
3 changed files with 15 additions and 6 deletions

View File

@@ -1,5 +1,14 @@
# SauceNaoAPI Changelog
## 0.19.1
* Versions:
* `Kotlin`: `2.3.20`
* `Coroutines`: `1.10.2`
* `Serialization`: `1.11.0`
* `Ktor`: `3.4.2`
* `MicroUtils`: `0.29.2`
## 0.19.0
* Versions:

View File

@@ -1,3 +1,3 @@
kotlin.code.style=official
library_version=0.19.0
library_version=0.19.1

View File

@@ -1,16 +1,16 @@
[versions]
kt = "2.2.20"
kt = "2.3.20"
kt-coroutines = "1.10.2"
kt-serialization = "1.9.0"
kt-serialization = "1.11.0"
klock = "5.4.0"
ktor = "3.3.0"
ktor = "3.4.2"
microutils = "0.26.5"
microutils = "0.29.2"
gh-release = "2.5.2"
nmcp = "1.2.0"
nmcp = "1.4.4"
[libraries]