Skip to content

Commit 812d5d2

Browse files
author
scala-steward
committed
Update vertx-core to 5.0.0.CR2
1 parent aaebe53 commit 812d5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ lazy val vertx = (projectMatrix in file("vertx"))
255255
.jvmPlatform(
256256
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
257257
settings = commonJvmSettings ++ Seq(
258-
libraryDependencies += "io.vertx" % "vertx-core" % "5.0.0.CR1"
258+
libraryDependencies += "io.vertx" % "vertx-core" % "5.0.0.CR2"
259259
)
260260
)
261261
.dependsOn(core)

0 commit comments

Comments
 (0)