upgrade deps

This commit is contained in:
Sergey Chernov 2025-02-24 09:28:03 +03:00
parent 2b35112566
commit f22ecf493b

View File

@ -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 {