From 151461aecdcaf92c4b7664330b471cfd7baa0bc1 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 1 Mar 2024 00:26:30 +0000 Subject: [PATCH] Update vertx-core to 4.5.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0f9f748..f57d199 100644 --- a/build.sbt +++ b/build.sbt @@ -276,7 +276,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.4.8" + libraryDependencies += "io.vertx" % "vertx-core" % "4.5.4" ) ) .dependsOn(core)