Skip to content

Commit e230094

Browse files
Update vertx-core to 4.5.8 (#403)
1 parent ad9fefb commit e230094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ lazy val vertx = (projectMatrix in file("vertx"))
250250
.jvmPlatform(
251251
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
252252
settings = commonJvmSettings ++ Seq(
253-
libraryDependencies += "io.vertx" % "vertx-core" % "4.5.7"
253+
libraryDependencies += "io.vertx" % "vertx-core" % "4.5.8"
254254
)
255255
)
256256
.dependsOn(core)

0 commit comments

Comments
 (0)