Skip to content

Commit

Permalink
Merge pull request #371 from softwaremill/update/vertx-core-4.5.4
Browse files Browse the repository at this point in the history
Update vertx-core to 4.5.4
  • Loading branch information
adamw authored Mar 5, 2024
2 parents 2fc7372 + 151461a commit 1ca883b
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 @@ -276,7 +276,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.4.8"
libraryDependencies += "io.vertx" % "vertx-core" % "4.5.4"
)
)
.dependsOn(core)

0 comments on commit 1ca883b

Please sign in to comment.