Skip to content

Commit

Permalink
Bump documentation to 4.5.10-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-brm committed Aug 13, 2024
1 parent 75cafa0 commit bee17c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vertx-lang-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import java.time.LocalDate

ThisBuild / scalaVersion := "3.5.0"
ThisBuild / resolvers += "Sonatype OSS Snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots"
ThisBuild / version := "4.5.8-SNAPSHOT"
ThisBuild / version := "4.5.10-SNAPSHOT"

lazy val currentYear = LocalDate.now().getYear()
lazy val socialLinks = Map(
Expand Down Expand Up @@ -38,6 +38,7 @@ lazy val root = project
.settings(
name := "Vert.x for Scala",
libraryDependencies ++= Seq(
"io.vertx" % "vertx-core" % version.value,
"io.vertx" % "vertx-web" % version.value,
"io.vertx" %% "vertx-lang-scala" % version.value,
"io.vertx" %% "vertx-lang-scala-test" % version.value,
Expand Down

0 comments on commit bee17c5

Please sign in to comment.