Compare commits

..

6 Commits

Author SHA1 Message Date
renovate[bot]
a11a2cb13a Merge f5e7e1b2d1 into a61211e24a 2024-02-02 20:19:20 +00:00
renovate[bot]
f5e7e1b2d1 Update dependency gradle to v8 2024-02-02 20:19:16 +00:00
a61211e24a Merge pull request #185 from InsanusMokrassar/0.17.2
0.17.2
2023-09-10 14:28:43 +06:00
caa2fb9b58 update dependencies 2023-09-10 14:28:04 +06:00
915cb09e37 start 0.17.2 2023-09-10 14:24:04 +06:00
930523f69a Merge pull request #180 from InsanusMokrassar/0.17.1
0.17.1
2023-07-16 21:45:27 +06:00
4 changed files with 12 additions and 5 deletions

View File

@@ -1,5 +1,12 @@
# SauceNaoAPI Changelog
## 0.17.2
* Versions:
* `Coroutines`: `1.7.3`
* `Ktor`: `2.3.4`
* `MicroUtils`: `0.19.9`
## 0.17.1
* Versions:

View File

@@ -1,3 +1,3 @@
kotlin.code.style=official
library_version=0.17.1
library_version=0.17.2

View File

@@ -2,12 +2,12 @@
kt = "1.8.22"
kt-serialization = "1.5.1"
kt-coroutines = "1.7.2"
kt-coroutines = "1.7.3"
klock = "4.0.3"
ktor = "2.3.2"
ktor = "2.3.4"
microutils = "0.19.7"
microutils = "0.19.9"
gh-release = "2.4.1"

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-7.6.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip