diff --git a/CHANGELOG.md b/CHANGELOG.md index 32c9863..581e3fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## 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: diff --git a/build.gradle b/build.gradle index cefe2dd..52aa09e 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,6 @@ buildscript { repositories { mavenLocal() - jcenter() mavenCentral() } @@ -32,7 +31,7 @@ repositories { kotlin { jvm() - js(BOTH) { + js(IR) { browser() nodejs() } diff --git a/gradle.properties b/gradle.properties index b5fb80a..cddc234 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ 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 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 67f0ab8..be68a39 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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