Skip to content

Commit

Permalink
Update vertx-core to 4.5.8 (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci committed May 25, 2024
1 parent ad9fefb commit e230094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ lazy val vertx = (projectMatrix in file("vertx"))
.jvmPlatform(
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
settings = commonJvmSettings ++ Seq(
libraryDependencies += "io.vertx" % "vertx-core" % "4.5.7"
libraryDependencies += "io.vertx" % "vertx-core" % "4.5.8"
)
)
.dependsOn(core)

0 comments on commit e230094

Please sign in to comment.