From e230094505e11a1b98aaa3b70b07f8fe0b708daf Mon Sep 17 00:00:00 2001 From: softwaremill-ci Date: Sat, 25 May 2024 02:37:04 +0200 Subject: [PATCH] Update vertx-core to 4.5.8 (#403) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 651e701..324a7f0 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.7" + libraryDependencies += "io.vertx" % "vertx-core" % "4.5.8" ) ) .dependsOn(core)