Skip to content

Commit 0821936

Browse files
authored
misc: upgrade to Kotlin 2.0.10 (#1379)
1 parent 17fa62c commit 0821936

File tree

2 files changed

+9
-4
lines changed

2 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": "8812ea9d-ee7c-4ce0-b570-0cfb1cdaf5c4",
3+
"type": "misc",
4+
"description": "Upgrade to Kotlin 2.0.10"
5+
}

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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"
99
atomicfu-version = "0.24.0"
1010

1111
# smithy-kotlin codegen and runtime are versioned separately
12-
smithy-kotlin-runtime-version = "1.3.2"
13-
smithy-kotlin-codegen-version = "0.33.2"
12+
smithy-kotlin-runtime-version = "1.3.3"
13+
smithy-kotlin-codegen-version = "0.33.3"
1414

1515
# codegen
1616
smithy-version = "1.50.0"

0 commit comments

Comments
 (0)