Skip to content

Commit eea805f

Browse files
authored
Merge pull request #360 from softwaremill/update/vertx-core-4.4.8
Update vertx-core to 4.4.8
2 parents 63f4aa3 + 495f201 commit eea805f

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)