Compare commits

...

4 Commits

3 changed files with 11 additions and 4 deletions

View File

@ -1,5 +1,12 @@
# SauceNaoAPI Changelog
## 0.17.2
* Versions:
* `Coroutines`: `1.7.3`
* `Ktor`: `2.3.4`
* `MicroUtils`: `0.19.9`
## 0.17.1
* Versions:

View File

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

View File

@ -2,12 +2,12 @@
kt = "1.8.22"
kt-serialization = "1.5.1"
kt-coroutines = "1.7.2"
kt-coroutines = "1.7.3"
klock = "4.0.3"
ktor = "2.3.2"
ktor = "2.3.4"
microutils = "0.19.7"
microutils = "0.19.9"
gh-release = "2.4.1"