Skip to content

Commit

Permalink
fix(deps): update mutinylibs.version.mutiny to v2.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 27, 2024
1 parent 7214b55 commit 213b671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ object VertxLibs {
object MutinyLibs {
object Version {

const val mutiny = "2.27.0"
const val mutiny = "2.30.1"
}

const val core = "io.smallrye.reactive:smallrye-mutiny-vertx-core:${Version.mutiny}"
Expand Down

0 comments on commit 213b671

Please sign in to comment.