Skip to content

Commit 97ee8dc

Browse files
Update vertx-core to 5.0.0.CR1 (#451)
1 parent ed7b4ef commit 97ee8dc

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" % "4.5.10"
258+
libraryDependencies += "io.vertx" % "vertx-core" % "5.0.0.CR1"
259259
)
260260
)
261261
.dependsOn(core)

0 commit comments

Comments
 (0)