Compare commits

...

5 Commits

Author SHA1 Message Date
renovate[bot]
4ed39a6ce5 Merge d70821332c into 930523f69a 2023-08-23 12:25:28 +00:00
renovate[bot]
d70821332c Update kt to v1.9.10 2023-08-23 12:25:23 +00:00
930523f69a Merge pull request #180 from InsanusMokrassar/0.17.1
0.17.1
2023-07-16 21:45:27 +06:00
773415f579 update dependencies 2023-07-16 21:42:13 +06:00
21803cb321 start 0.17.1 2023-07-16 21:38:18 +06:00
3 changed files with 12 additions and 5 deletions

View File

@@ -1,5 +1,12 @@
# SauceNaoAPI Changelog
## 0.17.1
* Versions:
* `Coroutines`: `1.7.2`
* `Ktor`: `2.3.2`
* `MicroUtils`: `0.19.7`
## 0.17.0
* Versions:

View File

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

View File

@@ -1,13 +1,13 @@
[versions]
kt = "1.8.22"
kt = "1.9.10"
kt-serialization = "1.5.1"
kt-coroutines = "1.6.4"
kt-coroutines = "1.7.2"
klock = "4.0.3"
ktor = "2.3.1"
ktor = "2.3.2"
microutils = "0.19.2"
microutils = "0.19.7"
gh-release = "2.4.1"