Skip to content

Commit 1ca883b

Browse files
authored
Merge pull request #371 from softwaremill/update/vertx-core-4.5.4
Update vertx-core to 4.5.4
2 parents 2fc7372 + 151461a commit 1ca883b

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

0 commit comments

Comments
 (0)