aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJim Lawson2017-12-12 14:33:48 -0800
committerJack Koenig2017-12-12 14:33:48 -0800
commit0fd0c66adcf1226ee5947cdaa5629bf59c4123f1 (patch)
tree0b5dbbc644c749e009aece0adc6278645eac2d36 /build.sbt
parent40dda493a277f721306d428ee967dcb670813275 (diff)
Bump scala and plugins. (#694)
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 637e2390..13afd3c3 100644
--- a/build.sbt
+++ b/build.sbt
@@ -16,9 +16,9 @@ name := "firrtl"
version := "1.1-SNAPSHOT"
-scalaVersion := "2.11.11"
+scalaVersion := "2.11.12"
-crossScalaVersions := Seq("2.11.11", "2.12.3")
+crossScalaVersions := Seq("2.11.12", "2.12.4")
def scalacOptionsVersion(scalaVersion: String): Seq[String] = {
Seq() ++ {