diff options
| author | Jack Koenig | 2019-08-13 15:31:53 +0530 |
|---|---|---|
| committer | Schuyler Eldridge | 2019-09-09 18:32:11 -0400 |
| commit | cafc46863dc2c26c3ee38eb507a5c3d6ff60d4b5 (patch) | |
| tree | 16d895cc9d26c63facbe903974c4e3e159f7e1df | |
| parent | 74822438b117d211bfb6ea9a9f9a7cf19602ea9d (diff) | |
Bump Scala in build.sc
| -rw-r--r-- | build.sc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ object chiselCompileOptions { ) } -val crossVersions = Seq("2.12.6", "2.11.12") +val crossVersions = Seq("2.12.9", "2.11.12") // Provide a managed dependency on X if -DXVersion="" is supplied on the command line. val defaultVersions = Map("firrtl" -> "1.2-SNAPSHOT") |
