Skip to content

Commit

Permalink
misc: upgrade to kotlinx.coroutines 1.9.0 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Sep 18, 2024
1 parent 0978cda commit 016c8a9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .brazil.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"org.jetbrains.kotlin:kotlin-stdlib:2.0.*": "KotlinStdlib-2.x",
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.8.*": "KotlinxCoroutinesCoreJvm-1.8.x",
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.8.*": "KotlinxCoroutinesJdk8-1.8.x",
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.*": "KotlinxCoroutinesCoreJvm-1.x",
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.*": "KotlinxCoroutinesJdk8-1.x",
"software.amazon.awssdk.crt:aws-crt:0.*": "Aws-crt-java-1.0.x"
},
"packageHandlingRules": {
Expand Down
5 changes: 5 additions & 0 deletions .changes/bc0b11a8-48ce-4bc0-8b3f-4ee858477647.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "bc0b11a8-48ce-4bc0-8b3f-4ee858477647",
"type": "misc",
"description": "Upgrade to kotlinx.coroutines 1.9.0"
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ aws-kotlin-repo-tools-version = "0.4.10"

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

# testing
junit-version = "5.10.1"
Expand Down

0 comments on commit 016c8a9

Please sign in to comment.