Skip to content

Commit

Permalink
Docs: Bump Scala to 3.4.1, vertx-lang-scala to 4.5.8-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-brm committed Mar 28, 2024
1 parent cdbbc25 commit 054c048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vertx-lang-scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import java.time.LocalDate

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

lazy val currentYear = LocalDate.now().getYear()
lazy val socialLinks = Map(
Expand Down

0 comments on commit 054c048

Please sign in to comment.