Skip to content

Commit

Permalink
Update vertx-core to 4.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 23, 2023
1 parent 95dd753 commit 1829fd2
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 1829fd2

Please sign in to comment.