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.6.4 (#5834)
  • Loading branch information
renovate-bot committed Apr 28, 2023
1 parent eec38cc commit b867533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bom-thirdparty/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ javaPlatform {

dependencies {
api(platform("org.codehaus.groovy:groovy-bom:3.0.17"))
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.1"))
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4"))

constraints {
// api means "the dependency is for both compilation and runtime"
Expand Down

0 comments on commit b867533

Please sign in to comment.