From 262f0d535dbe70a2793af25cd3232a176040ae5e Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 17 Jul 2024 00:25:12 +0000 Subject: [PATCH] Update vertx-core to 4.5.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8ba5cae..c80d7f4 100644 --- a/build.sbt +++ b/build.sbt @@ -250,7 +250,7 @@ lazy val vertx = (projectMatrix in file("vertx")) .jvmPlatform( scalaVersions = List(scala2_12, scala2_13) ++ scala3, settings = commonJvmSettings ++ Seq( - libraryDependencies += "io.vertx" % "vertx-core" % "4.5.8" + libraryDependencies += "io.vertx" % "vertx-core" % "4.5.9" ) ) .dependsOn(core)