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.
2 parents fbad017 + 1bf0b4f commit a1bdca5Copy full SHA for a1bdca5
build.sbt
@@ -253,7 +253,7 @@ lazy val vertx = (projectMatrix in file("vertx"))
253
.jvmPlatform(
254
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
255
settings = commonJvmSettings ++ Seq(
256
- libraryDependencies += "io.vertx" % "vertx-core" % "4.4.0"
+ libraryDependencies += "io.vertx" % "vertx-core" % "4.4.3"
257
)
258
259
.dependsOn(core)
0 commit comments