From 1d3e221d43ad2263021fbde758a616fb73c00253 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 23 Jun 2026 01:09:25 +0000 Subject: [PATCH] Update vertx-core to 5.1.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e4a242d..b7281cc 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.1.2" + libraryDependencies += "io.vertx" % "vertx-core" % "5.1.3" ) ) .dependsOn(core)