Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
9611fdf3b3 Merge 63afb7b22f into 930523f69a 2023-08-12 22:09:30 +00:00
renovate[bot]
63afb7b22f Update microutils to v0.20.1 2023-08-12 22:09:25 +00:00
3 changed files with 4 additions and 11 deletions

View File

@@ -1,12 +1,5 @@
# 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.2
library_version=0.17.1

View File

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