File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ environments:
3939 compiler : g++
4040 compiler_version_command : g++ --version
4141 version : latest
42- docker : gcc
42+ docker : gcc:12
4343 include : cpp
4444 build : g++ @app.rsp
4545 after_build :
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ problems:
5151 - 1.cr
5252 - name : regex-redux
5353 source :
54- - 1.cr
54+ # - 1.cr
5555compiler_version_command : crystal version
5656compiler_version_regex :
5757runtime_version_parameter :
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.8.20 "
6+ val kotlinVersion = " 1.8.21 "
77 kotlin(" jvm" ).version(kotlinVersion)
88 kotlin(" plugin.serialization" ).version(kotlinVersion)
99 // kotlin("plugin.spring").version(kotlinVersion)
@@ -32,7 +32,7 @@ dependencies {
3232 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4" )
3333 implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0" )
3434 implementation(" org.jetbrains.kotlinx:atomicfu:0.20.2" )
35- val ktor_version = " 2.2.4 "
35+ val ktor_version = " 2.3.0 "
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.8.20 "
6+ val kotlinVersion = " 1.8.21 "
77 kotlin(" multiplatform" ).version(kotlinVersion)
88 kotlin(" plugin.serialization" ).version(kotlinVersion)
99 id(" com.github.ben-manes.versions" ).version(" 0.46.0" )
You can’t perform that action at this time.
0 commit comments