File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ group = rootProject.group
99version = rootProject.version
1010
1111dependencies {
12- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 " )
12+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.11.0 " )
1313
1414 implementation(projects.githubWorkflowsKt)
1515 implementation(projects.sharedInternal)
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515 implementation(" io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8" )
1616 implementation(" org.jmailen.gradle:kotlinter-gradle:5.4.2" )
1717
18- implementation(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2 " ))
18+ implementation(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.11.0 " ))
1919 implementation((" org.jetbrains.kotlinx:kotlinx-coroutines-core" ))
2020}
2121
You can’t perform that action at this time.
0 commit comments