Skip to content

Commit 7c5c9c1

Browse files
Update vertx-core to 4.5.10 (#436)
1 parent 448fdd8 commit 7c5c9c1

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

0 commit comments

Comments
 (0)