From 22c92b97beb3711790ea035337345e6e688fcc55 Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Thu, 13 Aug 2020 16:30:16 -0700 Subject: Bump Scala to 2.12.12 (#1553) Also fix BuildInfo in mill--- build.sbt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'build.sbt') 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")). -- cgit v1.2.3