Skip to content

Commit 8dc5914

Browse files
Update vertx-core to 4.5.9 (#421)
1 parent b45009e commit 8dc5914

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
@@ -250,7 +250,7 @@ lazy val vertx = (projectMatrix in file("vertx"))
250250
.jvmPlatform(
251251
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
252252
settings = commonJvmSettings ++ Seq(
253-
libraryDependencies += "io.vertx" % "vertx-core" % "4.5.8"
253+
libraryDependencies += "io.vertx" % "vertx-core" % "4.5.9"
254254
)
255255
)
256256
.dependsOn(core)

0 commit comments

Comments
 (0)