Skip to content

Commit

Permalink
Merge pull request #301 from softwaremill/update/vertx-core-4.4.4
Browse files Browse the repository at this point in the history
Update vertx-core to 4.4.4
  • Loading branch information
adamw committed Jun 23, 2023
2 parents e534a7f + 1829fd2 commit f8e6a39
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 @@ -253,7 +253,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.3"
libraryDependencies += "io.vertx" % "vertx-core" % "4.4.4"
)
)
.dependsOn(core)

0 comments on commit f8e6a39

Please sign in to comment.