Merge pull request #180 from InsanusMokrassar/0.17.1

0.17.1
This commit is contained in:
InsanusMokrassar 2023-07-16 21:45:27 +06:00 committed by GitHub
commit 930523f69a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 4 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

@ -2,12 +2,12 @@
kt = "1.8.22"
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"