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 ad9fefb commit e230094Copy full SHA for e230094
build.sbt
@@ -250,7 +250,7 @@ lazy val vertx = (projectMatrix in file("vertx"))
250
.jvmPlatform(
251
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
252
settings = commonJvmSettings ++ Seq(
253
- libraryDependencies += "io.vertx" % "vertx-core" % "4.5.7"
+ libraryDependencies += "io.vertx" % "vertx-core" % "4.5.8"
254
)
255
256
.dependsOn(core)
0 commit comments