Skip to content

Commit f8e6a39

Browse files
authored
Merge pull request #301 from softwaremill/update/vertx-core-4.4.4
Update vertx-core to 4.4.4
2 parents e534a7f + 1829fd2 commit f8e6a39

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.3"
256+
libraryDependencies += "io.vertx" % "vertx-core" % "4.4.4"
257257
)
258258
)
259259
.dependsOn(core)

0 commit comments

Comments
 (0)