diff --git a/build.sbt b/build.sbt index 177e85e..565ccb1 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.4" + libraryDependencies += "io.vertx" % "vertx-core" % "5.1.5" ) ) .dependsOn(core)