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 79b7222 commit a98c552Copy full SHA for a98c552
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.5"
+ libraryDependencies += "io.vertx" % "vertx-core" % "5.0.6"
267
)
268
269
.dependsOn(core)
0 commit comments