Skip to content

Commit 755d1c4

Browse files
authored
misc: upgrade to Kotlin 2.0.10 (#1137)
1 parent 1a656f4 commit 755d1c4

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "8fb6b646-598a-4d12-bb92-cda145ce943c",
3+
"type": "misc",
4+
"description": "Upgrade to Kotlin 2.0.10"
5+
}

codegen/smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/core/KotlinDependency.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ private fun getDefaultRuntimeVersion(): String {
3737
// publishing info
3838
const val RUNTIME_GROUP: String = "aws.smithy.kotlin"
3939
val RUNTIME_VERSION: String = System.getProperty("smithy.kotlin.codegen.clientRuntimeVersion", getDefaultRuntimeVersion())
40-
val KOTLIN_COMPILER_VERSION: String = System.getProperty("smithy.kotlin.codegen.kotlinCompilerVersion", "2.0.0")
40+
val KOTLIN_COMPILER_VERSION: String = System.getProperty("smithy.kotlin.codegen.kotlinCompilerVersion", "2.0.10")
4141

4242
enum class SourceSet {
4343
CommonMain,

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
2-
kotlin-version = "2.0.0"
2+
kotlin-version = "2.0.10"
33
dokka-version = "1.9.10"
44

5-
aws-kotlin-repo-tools-version = "0.4.9"
5+
aws-kotlin-repo-tools-version = "0.4.10"
66

77
# libs
88
coroutines-version = "1.8.1"
@@ -12,7 +12,7 @@ okio-version = "3.9.0"
1212
otel-version = "1.32.0"
1313
slf4j-version = "2.0.9"
1414
slf4j-v1x-version = "1.7.36"
15-
crt-kotlin-version = "0.8.7"
15+
crt-kotlin-version = "0.8.8"
1616

1717
# codegen
1818
smithy-version = "1.50.0"

0 commit comments

Comments
 (0)