diff options
| author | Jack Koenig | 2020-08-13 16:30:16 -0700 |
|---|---|---|
| committer | GitHub | 2020-08-13 23:30:16 +0000 |
| commit | 22c92b97beb3711790ea035337345e6e688fcc55 (patch) | |
| tree | ed9fdfe6a069a644f7b3cc0fd2da0929952a40c7 /build.sbt | |
| parent | 3e5c3a88d6814e91d4c5efff3aa0ed037411d881 (diff) | |
Bump Scala to 2.12.12 (#1553)
Also fix BuildInfo in mill
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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")). |
