mirror of
https://github.com/InsanusMokrassar/SauceNaoAPI.git
synced 2024-11-16 20:03:46 +00:00
Compare commits
No commits in common. "master" and "v0.17.1" have entirely different histories.
@ -1,12 +1,5 @@
|
|||||||
# SauceNaoAPI Changelog
|
# SauceNaoAPI Changelog
|
||||||
|
|
||||||
## 0.17.2
|
|
||||||
|
|
||||||
* Versions:
|
|
||||||
* `Coroutines`: `1.7.3`
|
|
||||||
* `Ktor`: `2.3.4`
|
|
||||||
* `MicroUtils`: `0.19.9`
|
|
||||||
|
|
||||||
## 0.17.1
|
## 0.17.1
|
||||||
|
|
||||||
* Versions:
|
* Versions:
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
|
|
||||||
library_version=0.17.2
|
library_version=0.17.1
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
kt = "1.8.22"
|
kt = "1.8.22"
|
||||||
kt-serialization = "1.5.1"
|
kt-serialization = "1.5.1"
|
||||||
kt-coroutines = "1.7.3"
|
kt-coroutines = "1.7.2"
|
||||||
|
|
||||||
klock = "4.0.3"
|
klock = "4.0.3"
|
||||||
ktor = "2.3.4"
|
ktor = "2.3.2"
|
||||||
|
|
||||||
microutils = "0.19.9"
|
microutils = "0.19.7"
|
||||||
|
|
||||||
gh-release = "2.4.1"
|
gh-release = "2.4.1"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user