diff --git a/build.gradle.kts b/build.gradle.kts index 426fed8..c0651e0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ plugins { } group = "net.sergeych" -version = "0.6.1-SNAPSHOT" +version = "0.6.3-SNAPSHOT" repositories { mavenCentral() @@ -60,7 +60,7 @@ kotlin { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2") api("io.ktor:ktor-client-core:$ktor_version") - api("net.sergeych:crypto2:0.7.2-SNAPSHOT") + api("net.sergeych:crypto2:0.7.4-SNAPSHOT") } } val ktorSocketMain by creating {