We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fb96cf commit 298dc6cCopy full SHA for 298dc6c
gradle/libs.versions.toml
@@ -24,7 +24,7 @@ springBoot = "3.4.1"
24
# bom, naming convention: bom-<name>
25
bom-springBoot = { module = "org.springframework.boot:spring-boot-dependencies", version.ref = "springBoot" }
26
bom-kotest = "io.kotest:kotest-bom:5.9.1"
27
-bom-coroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.0"
+bom-coroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.1"
28
29
# plugin dependencies (for both projects and settings), naming convention: pluginDep/settingDep + -<nameInCamelCase>
30
pluginDep-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
0 commit comments