Merge pull request #164 from InsanusMokrassar/0.16.0

0.16.0
This commit is contained in:
InsanusMokrassar 2023-05-11 15:57:00 +06:00 committed by GitHub
commit 76a0dbdf27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# SauceNaoAPI Changelog
## 0.16.0
* Versions:
* `Kotlin`: `1.8.21`
* `Ktor`: `2.3.0`
## 0.15.1
* Versions:

View File

@ -1,3 +1,3 @@
kotlin.code.style=official
library_version=0.15.1
library_version=0.16.0

View File

@ -1,11 +1,11 @@
[versions]
kt = "1.8.10"
kt = "1.8.21"
kt-serialization = "1.5.0"
kt-coroutines = "1.6.4"
klock = "3.4.0"
ktor = "2.2.4"
ktor = "2.3.0"
gh-release = "2.4.1"