start 0.16.0

This commit is contained in:
InsanusMokrassar 2023-05-11 15:19:14 +06:00
parent f7ca2bda89
commit 33775f3304
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"