diff --git a/build.sbt b/build.sbt index e7fd61f0..73a482de 100755 --- a/build.sbt +++ b/build.sbt @@ -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/")),