Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines…
Browse files Browse the repository at this point in the history
…-bom to v1.9.0
  • Loading branch information
renovate[bot] committed Sep 13, 2024
1 parent c0ce2e6 commit f649d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7")
implementation("org.jmailen.gradle:kotlinter-gradle:4.4.1")

implementation(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1"))
implementation(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0"))
implementation(("org.jetbrains.kotlinx:kotlinx-coroutines-core"))
}

Expand Down

0 comments on commit f649d84

Please sign in to comment.