Skip to content

Commit

Permalink
Bump Scala to 2.12.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkoenig authored and seldridge committed Sep 9, 2019
1 parent 393d45c commit 7482243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ lazy val commonSettings = Seq (
organization := "edu.berkeley.cs",
version := "3.2-SNAPSHOT",
autoAPIMappings := true,
scalaVersion := "2.12.6",
crossScalaVersions := Seq("2.12.6", "2.11.12"),
scalaVersion := "2.12.9",
crossScalaVersions := Seq("2.12.9", "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),
Expand Down

0 comments on commit 7482243

Please sign in to comment.