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 3a7c9aa commit 1bf0b4fCopy full SHA for 1bf0b4f
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