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 2fc7372 + 151461a commit 1ca883bCopy full SHA for 1ca883b
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.4.8"
+ libraryDependencies += "io.vertx" % "vertx-core" % "4.5.4"
280
)
281
282
.dependsOn(core)
0 commit comments