We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42653f0 commit 9b9f005Copy full SHA for 9b9f005
build.sbt
@@ -263,7 +263,7 @@ lazy val vertx = (projectMatrix in file("vertx"))
263
.jvmPlatform(
264
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
265
settings = commonJvmSettings ++ Seq(
266
- libraryDependencies += "io.vertx" % "vertx-core" % "5.0.0"
+ libraryDependencies += "io.vertx" % "vertx-core" % "5.0.1"
267
)
268
269
.dependsOn(core)
0 commit comments