Skip to content

Commit dd9a7c0

Browse files
Update vertx-core to 5.0.0.CR4 (#473)
1 parent 64a0c84 commit dd9a7c0

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
@@ -263,7 +263,7 @@ lazy val vertx = (projectMatrix in file("vertx"))
263263
.jvmPlatform(
264264
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
265265
settings = commonJvmSettings ++ Seq(
266-
libraryDependencies += "io.vertx" % "vertx-core" % "5.0.0.CR3"
266+
libraryDependencies += "io.vertx" % "vertx-core" % "5.0.0.CR4"
267267
)
268268
)
269269
.dependsOn(core)

0 commit comments

Comments
 (0)