Merge pull request #136 from InsanusMokrassar/0.11.1

0.11.1
This commit is contained in:
InsanusMokrassar 2022-07-22 19:44:20 +06:00 committed by GitHub
commit c1df04fd09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,11 @@
# SauceNaoAPI Changelog
## 0.11.1
* Versions updates:
* `Ktor`: `2.0.1` -> `2.0.3`
* `Coroutines`: `1.6.1` -> `1.6.4`
## 0.11.0
* Versions updates:

View File

@ -1,3 +1,3 @@
kotlin.code.style=official
library_version=0.11.0
library_version=0.11.1

View File

@ -2,12 +2,12 @@
kt = "1.6.21"
kt-serialization = "1.3.3"
kt-coroutines = "1.6.1"
kt-coroutines = "1.6.4"
klock = "2.7.0"
ktor = "2.0.1"
ktor = "2.0.3"
gh-release = "2.3.7"
gh-release = "2.4.1"
[libraries]