File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.cli.jvm.K2JVMCompiler
33import org.jetbrains.kotlin.config.KotlinCompilerVersion
44
55plugins {
6- val kotlinVersion = " 1.7.22 "
6+ val kotlinVersion = " 1.8.0 "
77 kotlin(" jvm" ).version(kotlinVersion)
88 kotlin(" plugin.serialization" ).version(kotlinVersion)
99 // kotlin("plugin.spring").version(kotlinVersion)
@@ -31,8 +31,8 @@ dependencies {
3131 // implementation("org.slf4j:slf4j-api:1.7.36")
3232 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4" )
3333 implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1" )
34- implementation(" org.jetbrains.kotlinx:atomicfu:0.18.5 " )
35- val ktor_version = " 2.2.1 "
34+ implementation(" org.jetbrains.kotlinx:atomicfu:0.19.0 " )
35+ val ktor_version = " 2.2.2 "
3636 implementation(" io.ktor:ktor-server-core:$ktor_version " )
3737 // implementation("io.ktor:ktor-server-netty:$ktor_version")
3838 implementation(" io.ktor:ktor-server-cio:$ktor_version " )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.config.KotlinCompilerVersion
33import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget
44
55plugins {
6- val kotlinVersion = " 1.7.22 "
6+ val kotlinVersion = " 1.8.0 "
77 kotlin(" multiplatform" ).version(kotlinVersion)
88 kotlin(" plugin.serialization" ).version(kotlinVersion)
99 id(" com.github.ben-manes.versions" ).version(" 0.44.0" )
You can’t perform that action at this time.
0 commit comments