From f69c98501360bd253a18da0e2b17e3c9a78c3490 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 27 May 2026 01:12:04 +0000 Subject: [PATCH] Update vertx-core to 5.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 267e23c..6dd39eb 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.12" + libraryDependencies += "io.vertx" % "vertx-core" % "5.1.0" ) ) .dependsOn(core)