Skip to content

Commit f69c985

Browse files
author
scala-steward
committed
Update vertx-core to 5.1.0
1 parent b60d45e commit f69c985

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ lazy val vertx = (projectMatrix in file("vertx"))
267267
.jvmPlatform(
268268
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
269269
settings = commonJvmSettings ++ Seq(
270-
libraryDependencies += "io.vertx" % "vertx-core" % "5.0.12"
270+
libraryDependencies += "io.vertx" % "vertx-core" % "5.1.0"
271271
)
272272
)
273273
.dependsOn(core)

0 commit comments

Comments
 (0)