Skip to content

Commit cc75732

Browse files
authored
misc: upgrade to Kotlin 2.0.10 (#111)
1 parent b68f273 commit cc75732

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "1df4ae4b-0bba-4e59-9933-47a7f6bb8bac",
3+
"type": "misc",
4+
"description": "Upgrade to Kotlin 2.0.10"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "b92432b1-14e7-4aff-ad44-05ee02b0c416",
3+
"type": "misc",
4+
"description": "Upgrade to aws-crt-java 0.30.5"
5+
}

gradle/libs.versions.toml

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

4-
aws-kotlin-repo-tools-version = "0.4.9"
4+
aws-kotlin-repo-tools-version = "0.4.10"
55

66
# libs
7-
crt-java-version = "0.29.25"
7+
crt-java-version = "0.30.5"
88
coroutines-version = "1.8.1"
99

1010
# testing

0 commit comments

Comments
 (0)