mirror of
https://github.com/InsanusMokrassar/SauceNaoAPI.git
synced 2024-11-26 16:28:42 +00:00
update dependencies
This commit is contained in:
parent
037074cef6
commit
9f4feeccfc
@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
## 0.8.2
|
## 0.8.2
|
||||||
|
|
||||||
|
* Versions updates:
|
||||||
|
* `Kotlin`: `1.4.32` -> `1.5.10`
|
||||||
|
* `Klock`: `2.0.7` -> `2.1.0`
|
||||||
|
* `Ktor`: `1.5.3` -> `1.5.4`
|
||||||
|
* `Serialization`: `1.1.0` -> `1.2.1`
|
||||||
|
* `Coroutines`: `1.4.3` -> `1.5.0`
|
||||||
|
|
||||||
## 0.8.1
|
## 0.8.1
|
||||||
|
|
||||||
* Versions updates:
|
* Versions updates:
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
kotlin_version=1.4.32
|
kotlin_version=1.5.10
|
||||||
kotlin_coroutines_version=1.4.3
|
kotlin_coroutines_version=1.5.0
|
||||||
kotlin_serialisation_version=1.1.0
|
kotlin_serialisation_version=1.2.1
|
||||||
klock_version=2.0.7
|
klock_version=2.1.0
|
||||||
ktor_version=1.5.3
|
ktor_version=1.5.4
|
||||||
|
|
||||||
gradle_github_release_plugin_version=2.2.12
|
gradle_github_release_plugin_version=2.2.12
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user