diff --git a/build.gradle.kts b/build.gradle.kts index a0cbcf4..eb8e6b7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,16 +10,6 @@ import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl -/* - * Copyright (c) 2025. Sergey S. Chernov - All Rights Reserved - * - * You may use, distribute and modify this code under the - * terms of the private license, which you must obtain from the author - * - * To obtain the license, contact the author: https://t.me/real_sergeych or email to - * real dot sergeych at gmail. - */ - plugins { kotlin("multiplatform") version "2.1.0" id("org.jetbrains.kotlin.plugin.serialization") version "2.1.0" @@ -28,7 +18,7 @@ plugins { } group = "net.sergeych" -version = "0.6.5-SNAPSHOT" +version = "0.6.6-SNAPSHOT" repositories { mavenCentral() @@ -74,7 +64,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.8.2-SNAPSHOT") + api("net.sergeych:crypto2:0.8.3-SNAPSHOT") } } val ktorSocketMain by creating {