diff options
| author | Jim Lawson | 2018-08-21 13:29:06 -0700 |
|---|---|---|
| committer | GitHub | 2018-08-21 13:29:06 -0700 |
| commit | 3f2e8cf6cb86e26913bae006fdab1117001b4660 (patch) | |
| tree | fcf8e91b69b3b74335d7d7200c0d18d08d60cf62 /build.sbt | |
| parent | 2c299f4611ebf49ff8be3dc001d1aca0bdfd1427 (diff) | |
Make Scala 2.12.4 the default. (#848)
* Bump to Scala 2.12.6 and make it the default.
* Use Scala 2.11.12 for chisel tests.
* Try with Scala 2.12.4.
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,9 +16,9 @@ name := "firrtl" version := "1.2-SNAPSHOT" -scalaVersion := "2.11.12" +scalaVersion := "2.12.4" -crossScalaVersions := Seq("2.11.12", "2.12.4") +crossScalaVersions := Seq("2.12.4", "2.11.12") def scalacOptionsVersion(scalaVersion: String): Seq[String] = { Seq() ++ { |
