Skip to content

Commit 28fc661

Browse files
committed
upgrade kotlin version
1 parent f0d67da commit 28fc661

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frameworks/Kotlin/ktor/ktor-r2dbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<name>org.jetbrains.ktor tech-empower-framework-benchmark</name>
1313

1414
<properties>
15-
<kotlin.version>2.0.21</kotlin.version>
15+
<kotlin.version>2.1.20</kotlin.version>
1616
<kotlin.coroutines.version>1.10.1</kotlin.coroutines.version>
1717
<ktor.version>3.1.1</ktor.version>
1818
<serialization.version>1.8.0</serialization.version>

frameworks/Kotlin/ktor/ktor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<name>org.jetbrains.ktor tech-empower-framework-benchmark</name>
1313

1414
<properties>
15-
<kotlin.version>2.0.21</kotlin.version>
15+
<kotlin.version>2.1.20</kotlin.version>
1616
<ktor.version>3.1.1</ktor.version>
1717
<serialization.version>1.8.0</serialization.version>
1818
<kotlinx.html.version>0.12.0</kotlinx.html.version>

0 commit comments

Comments
 (0)