diff options
| author | Jack Koenig | 2020-03-26 14:18:21 -0700 |
|---|---|---|
| committer | GitHub | 2020-03-26 21:18:21 +0000 |
| commit | e88f33e0aa02b093eaaef496b63f61a5c45148d6 (patch) | |
| tree | 1ae32b6a8adee7d4156ade483ff217ad211d50cb /build.sbt | |
| parent | 81845909248aaceef427e73924211931e0dc60dc (diff) | |
Bump to Scala 2.12.11 (#1389)
Co-authored-by: Jim Lawson <ucbjrl@berkeley.edu>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -38,11 +38,11 @@ lazy val commonSettings = Seq ( organization := "edu.berkeley.cs", version := "3.3-SNAPSHOT", autoAPIMappings := true, - scalaVersion := "2.12.10", - crossScalaVersions := Seq("2.12.10", "2.11.12"), + scalaVersion := "2.12.11", + crossScalaVersions := Seq("2.12.11", "2.11.12"), scalacOptions := Seq("-deprecation", "-feature") ++ scalacOptionsVersion(scalaVersion.value), libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value, - addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full), + addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full), (scalastyleConfig in Test) := (baseDirectory in root).value / "scalastyle-test-config.xml", // Use the root project's unmanaged base for all sub-projects. unmanagedBase := (unmanagedBase in root).value, |
