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 2a1dcf1 commit a72d5fcCopy full SHA for a72d5fc
build.sbt
@@ -276,7 +276,7 @@ lazy val vertx = (projectMatrix in file("vertx"))
276
.jvmPlatform(
277
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
278
settings = commonJvmSettings ++ Seq(
279
- libraryDependencies += "io.vertx" % "vertx-core" % "4.5.4"
+ libraryDependencies += "io.vertx" % "vertx-core" % "4.5.7"
280
)
281
282
.dependsOn(core)
0 commit comments