Skip to content

Commit 9b9f005

Browse files
Update vertx-core to 5.0.1 (#512)
1 parent 42653f0 commit 9b9f005

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"
266+
libraryDependencies += "io.vertx" % "vertx-core" % "5.0.1"
267267
)
268268
)
269269
.dependsOn(core)

0 commit comments

Comments
 (0)