Skip to content

Commit a1bdca5

Browse files
authored
Merge pull request #295 from softwaremill/update/vertx-core-4.4.3
Update vertx-core to 4.4.3
2 parents fbad017 + 1bf0b4f commit a1bdca5

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)