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 ed7b4ef commit 97ee8dcCopy full SHA for 97ee8dc
build.sbt
@@ -255,7 +255,7 @@ lazy val vertx = (projectMatrix in file("vertx"))
255
.jvmPlatform(
256
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
257
settings = commonJvmSettings ++ Seq(
258
- libraryDependencies += "io.vertx" % "vertx-core" % "4.5.10"
+ libraryDependencies += "io.vertx" % "vertx-core" % "5.0.0.CR1"
259
)
260
261
.dependsOn(core)
0 commit comments