We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2ded1 commit a239a0eCopy full SHA for a239a0e
1 file changed
build.sbt
@@ -267,7 +267,7 @@ lazy val vertx = (projectMatrix in file("vertx"))
267
.jvmPlatform(
268
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
269
settings = commonJvmSettings ++ Seq(
270
- libraryDependencies += "io.vertx" % "vertx-core" % "5.1.1"
+ libraryDependencies += "io.vertx" % "vertx-core" % "5.1.2"
271
)
272
273
.dependsOn(core)
0 commit comments