We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9e21a commit 6641cacCopy full SHA for 6641cac
build.sbt
@@ -263,7 +263,7 @@ lazy val vertx = (projectMatrix in file("vertx"))
263
.jvmPlatform(
264
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
265
settings = commonJvmSettings ++ Seq(
266
- libraryDependencies += "io.vertx" % "vertx-core" % "5.0.4"
+ libraryDependencies += "io.vertx" % "vertx-core" % "5.0.5"
267
)
268
269
.dependsOn(core)
0 commit comments