We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1928bfc commit 25e7dfaCopy full SHA for 25e7dfa
build.sbt
@@ -263,7 +263,7 @@ lazy val vertx = (projectMatrix in file("vertx"))
263
.jvmPlatform(
264
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
265
settings = commonJvmSettings ++ Seq(
266
- libraryDependencies += "io.vertx" % "vertx-core" % "5.0.0.CR4"
+ libraryDependencies += "io.vertx" % "vertx-core" % "5.0.0.CR5"
267
)
268
269
.dependsOn(core)
0 commit comments