Skip to content

Commit 495f201

Browse files
author
scala-steward
committed
Update vertx-core to 4.4.8
1 parent 2356011 commit 495f201

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.4.4"
279+
libraryDependencies += "io.vertx" % "vertx-core" % "4.4.8"
280280
)
281281
)
282282
.dependsOn(core)

0 commit comments

Comments
 (0)