Skip to content

Commit

Permalink
Merge pull request #295 from softwaremill/update/vertx-core-4.4.3
Browse files Browse the repository at this point in the history
Update vertx-core to 4.4.3
  • Loading branch information
adamw committed Jun 9, 2023
2 parents fbad017 + 1bf0b4f commit a1bdca5
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.0"
libraryDependencies += "io.vertx" % "vertx-core" % "4.4.3"
)
)
.dependsOn(core)

0 comments on commit a1bdca5

Please sign in to comment.