We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1551bd5 commit 02e67b6Copy full SHA for 02e67b6
buildSrc/src/main/kotlin/Dependencies.kt
@@ -80,7 +80,7 @@ object VertxLibs {
80
object MutinyLibs {
81
object Version {
82
83
- const val mutiny = "2.27.0"
+ const val mutiny = "3.12.0"
84
}
85
86
const val core = "io.smallrye.reactive:smallrye-mutiny-vertx-core:${Version.mutiny}"
0 commit comments