Skip to content

Commit

Permalink
misc: upgrade to Kotlin 2.0.10 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis authored Aug 6, 2024
1 parent b68f273 commit cc75732
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changes/1df4ae4b-0bba-4e59-9933-47a7f6bb8bac.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "1df4ae4b-0bba-4e59-9933-47a7f6bb8bac",
"type": "misc",
"description": "Upgrade to Kotlin 2.0.10"
}
5 changes: 5 additions & 0 deletions .changes/b92432b1-14e7-4aff-ad44-05ee02b0c416.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "b92432b1-14e7-4aff-ad44-05ee02b0c416",
"type": "misc",
"description": "Upgrade to aws-crt-java 0.30.5"
}
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
kotlin-version = "2.0.0"
kotlin-version = "2.0.10"

aws-kotlin-repo-tools-version = "0.4.9"
aws-kotlin-repo-tools-version = "0.4.10"

# libs
crt-java-version = "0.29.25"
crt-java-version = "0.30.5"
coroutines-version = "1.8.1"

# testing
Expand Down

0 comments on commit cc75732

Please sign in to comment.