Skip to content

Commit a72d5fc

Browse files
Update vertx-core to 4.5.7 (#380)
Co-authored-by: scala-steward <scala-steward>
1 parent 2a1dcf1 commit a72d5fc

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
@@ -276,7 +276,7 @@ lazy val vertx = (projectMatrix in file("vertx"))
276276
.jvmPlatform(
277277
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
278278
settings = commonJvmSettings ++ Seq(
279-
libraryDependencies += "io.vertx" % "vertx-core" % "4.5.4"
279+
libraryDependencies += "io.vertx" % "vertx-core" % "4.5.7"
280280
)
281281
)
282282
.dependsOn(core)

0 commit comments

Comments
 (0)