Merge pull request #104 from InsanusMokrassar/0.9.0

0.9.0
This commit is contained in:
InsanusMokrassar 2021-08-31 11:47:54 +06:00 committed by GitHub
commit 2de15a54a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 9 deletions

View File

@ -1,5 +1,14 @@
# SauceNaoAPI Changelog
## 0.9.0
* Versions updates:
* `Kotlin`: `1.5.10` -> `1.5.30`
* `Klock`: `2.1.2` -> `2.4.0`
* `Ktor`: `1.5.4` -> `1.6.3`
* `Serialization`: `1.2.1` -> `1.2.2`
* `Coroutines`: `1.5.0` -> `1.5.1`
## 0.8.2
* Versions updates:

View File

@ -1,7 +1,6 @@
buildscript {
repositories {
mavenLocal()
jcenter()
mavenCentral()
}
@ -32,7 +31,7 @@ repositories {
kotlin {
jvm()
js(BOTH) {
js(IR) {
browser()
nodejs()
}

View File

@ -1,10 +1,10 @@
kotlin.code.style=official
kotlin_version=1.5.10
kotlin_coroutines_version=1.5.0
kotlin_serialisation_version=1.2.1
klock_version=2.1.2
ktor_version=1.5.4
kotlin_version=1.5.30
kotlin_coroutines_version=1.5.1
kotlin_serialisation_version=1.2.2
klock_version=2.4.0
ktor_version=1.6.3
gradle_github_release_plugin_version=2.2.12
library_version=0.8.2
library_version=0.9.0

View File

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip