summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJack Koenig2020-08-13 16:30:16 -0700
committerGitHub2020-08-13 23:30:16 +0000
commit22c92b97beb3711790ea035337345e6e688fcc55 (patch)
treeed9fdfe6a069a644f7b3cc0fd2da0929952a40c7 /build.sbt
parent3e5c3a88d6814e91d4c5efff3aa0ed037411d881 (diff)
Bump Scala to 2.12.12 (#1553)
Also fix BuildInfo in mill
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt7
1 files changed, 4 insertions, 3 deletions
diff --git a/build.sbt b/build.sbt
index 77ebe90b..84e0efda 100644
--- a/build.sbt
+++ b/build.sbt
@@ -41,8 +41,8 @@ lazy val commonSettings = Seq (
organization := "edu.berkeley.cs",
version := "3.4-SNAPSHOT",
autoAPIMappings := true,
- scalaVersion := "2.12.11",
- crossScalaVersions := Seq("2.12.11", "2.11.12"),
+ scalaVersion := "2.12.12",
+ crossScalaVersions := Seq("2.12.12", "2.11.12"),
scalacOptions := Seq("-deprecation", "-feature") ++ scalacOptionsVersion(scalaVersion.value),
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value,
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full),
@@ -141,7 +141,8 @@ lazy val pluginScalaVersions = Seq(
"2.12.8",
"2.12.9",
"2.12.10",
- "2.12.11"
+ "2.12.11",
+ "2.12.12",
)
lazy val plugin = (project in file("plugin")).