Skip to content

Commit

Permalink
bump back to 1.6.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Reedyuk committed Sep 11, 2022
1 parent 3fc1104 commit 0b13c1e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JSON-RPC Kotlin Client

[![Kotlin](https://img.shields.io/badge/kotlin-1.6.10-blue.svg)](http://kotlinlang.org)
[![Kotlin](https://img.shields.io/badge/kotlin-1.6.21-blue.svg)](http://kotlinlang.org)
![badge][badge-android]
![badge][badge-native]
![badge][badge-js]
Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("multiplatform") version "1.6.10"
kotlin("plugin.serialization") version "1.6.10"
kotlin("multiplatform") version "1.6.21"
kotlin("plugin.serialization") version "1.6.21"
id("com.android.library")
id("org.jlleitschuh.gradle.ktlint") version "10.0.0"
`maven-publish`
Expand Down Expand Up @@ -63,7 +63,7 @@ kotlin {
implementation("io.ktor:ktor-client-logging:$ktor_version")
implementation("io.ktor:ktor-client-content-negotiation:$ktor_version")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinx_coroutines_version")
// implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.10")
// implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.21")
implementation("co.touchlab:kermit:$kermit_version")
}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ org.gradle.jvmargs=-Xmx1536m
org.gradle.parallel=true

# versions
project_version=0.0.5
project_version=0.0.6
android_build_tools=4.1.3
kotlin_version=1.6.10
kotlin_version=1.6.21
kotlinx_coroutines_version=1.6.3-native-mt
ktor_version=2.1.0
kermit_version=0.3.0-m1
Expand Down

0 comments on commit 0b13c1e

Please sign in to comment.