diff --git a/build.sbt b/build.sbt index 2fb1241..5612f87 100644 --- a/build.sbt +++ b/build.sbt @@ -255,7 +255,7 @@ lazy val vertx = (projectMatrix in file("vertx")) .jvmPlatform( scalaVersions = List(scala2_12, scala2_13) ++ scala3, settings = commonJvmSettings ++ Seq( - libraryDependencies += "io.vertx" % "vertx-core" % "5.0.0.CR1" + libraryDependencies += "io.vertx" % "vertx-core" % "5.0.0.CR2" ) ) .dependsOn(core)