Skip to content

Commit 467d2d2

Browse files
authored
chore: upgrade kotlin to 1.8.10 (#803)
1 parent 8ce9b6f commit 467d2d2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "3ac31858-0e36-434b-a46f-c35de6bab62c",
3+
"type": "misc",
4+
"description": "Upgrade to Kotlin 1.8.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
@@ -34,7 +34,7 @@ private fun getDefaultRuntimeVersion(): String {
3434
// publishing info
3535
const val RUNTIME_GROUP: String = "aws.smithy.kotlin"
3636
val RUNTIME_VERSION: String = System.getProperty("smithy.kotlin.codegen.clientRuntimeVersion", getDefaultRuntimeVersion())
37-
val KOTLIN_COMPILER_VERSION: String = System.getProperty("smithy.kotlin.codegen.kotlinCompilerVersion", "1.8.0")
37+
val KOTLIN_COMPILER_VERSION: String = System.getProperty("smithy.kotlin.codegen.kotlinCompilerVersion", "1.8.10")
3838

3939
enum class SourceSet {
4040
CommonMain,

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ kotlin.mpp.enableCompatibilityMetadataVariant=true
99
sdkVersion=0.15.3-SNAPSHOT
1010

1111
# kotlin
12-
kotlinVersion=1.8.0
12+
kotlinVersion=1.8.10
1313
dokkaVersion=1.7.10
1414

1515
# kotlin libraries

0 commit comments

Comments
 (0)