From 9e9bedd376711463648d9f5fbff9661301964bf6 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 6 May 2026 00:58:17 +0000 Subject: [PATCH] Update vertx-core to 5.0.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e225d7b..b68a895 100644 --- a/build.sbt +++ b/build.sbt @@ -267,7 +267,7 @@ lazy val vertx = (projectMatrix in file("vertx")) .jvmPlatform( scalaVersions = List(scala2_12, scala2_13) ++ scala3, settings = commonJvmSettings ++ Seq( - libraryDependencies += "io.vertx" % "vertx-core" % "5.0.11" + libraryDependencies += "io.vertx" % "vertx-core" % "5.0.12" ) ) .dependsOn(core)