Skip to content

Commit

Permalink
Upgrade to Scala 2.12.18 (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Oct 24, 2023
1 parent eaff7b9 commit f6d76c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@

Global / onChangedBuildSource := ReloadOnSourceChanges

// Must use Scala 2.12.x for sbt plugins
SCALA_VERSION="2.12.18"

ThisBuild / dynverSeparator := "-"

lazy val buildSettings: Seq[Setting[_]] = Seq(
scalaVersion := SCALA_VERSION,
organization := "org.xerial.sbt",
organizationName := "Xerial project",
organizationHomepage := Some(new URL("http://xerial.org/")),
Expand Down

0 comments on commit f6d76c8

Please sign in to comment.