Skip to content

Commit 6bd8152

Browse files
Update vertx-core to 5.1.2 (#603)
1 parent cc2ded1 commit 6bd8152

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

0 commit comments

Comments
 (0)