Skip to content

Commit 016c8a9

Browse files
authored
misc: upgrade to kotlinx.coroutines 1.9.0 (#112)
1 parent 0978cda commit 016c8a9

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.brazil.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"dependencies": {
33
"org.jetbrains.kotlin:kotlin-stdlib:2.0.*": "KotlinStdlib-2.x",
4-
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.8.*": "KotlinxCoroutinesCoreJvm-1.8.x",
5-
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.8.*": "KotlinxCoroutinesJdk8-1.8.x",
4+
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.*": "KotlinxCoroutinesCoreJvm-1.x",
5+
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.*": "KotlinxCoroutinesJdk8-1.x",
66
"software.amazon.awssdk.crt:aws-crt:0.*": "Aws-crt-java-1.0.x"
77
},
88
"packageHandlingRules": {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "bc0b11a8-48ce-4bc0-8b3f-4ee858477647",
3+
"type": "misc",
4+
"description": "Upgrade to kotlinx.coroutines 1.9.0"
5+
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ aws-kotlin-repo-tools-version = "0.4.10"
55

66
# libs
77
crt-java-version = "0.30.5"
8-
coroutines-version = "1.8.1"
8+
coroutines-version = "1.9.0"
99

1010
# testing
1111
junit-version = "5.10.1"

0 commit comments

Comments
 (0)