Skip to content

Commit d2be689

Browse files
Update vertx-core to 5.1.1 (#601)
1 parent 275077f commit d2be689

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.1.0"
270+
libraryDependencies += "io.vertx" % "vertx-core" % "5.1.1"
271271
)
272272
)
273273
.dependsOn(core)

0 commit comments

Comments
 (0)