Skip to content

Commit 1bf0b4f

Browse files
author
scala-steward
committed
Update vertx-core to 4.4.3
1 parent 3a7c9aa commit 1bf0b4f

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
@@ -253,7 +253,7 @@ lazy val vertx = (projectMatrix in file("vertx"))
253253
.jvmPlatform(
254254
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
255255
settings = commonJvmSettings ++ Seq(
256-
libraryDependencies += "io.vertx" % "vertx-core" % "4.4.0"
256+
libraryDependencies += "io.vertx" % "vertx-core" % "4.4.3"
257257
)
258258
)
259259
.dependsOn(core)

0 commit comments

Comments
 (0)