diff options
| author | Jack Koenig | 2019-09-16 14:41:39 -0700 |
|---|---|---|
| committer | GitHub | 2019-09-16 14:41:39 -0700 |
| commit | a83647a91326bcd2ac0e3c664056b5ced212cc67 (patch) | |
| tree | 52e2545573751531183e9daea33c5674605fb9f6 /build.sc | |
| parent | 4af6db34e865b44cc68ed114d35ca6016a37d265 (diff) | |
Bump Scala to 2.12.10 (#1179)
Diffstat (limited to '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.9", "2.11.12") +val crossVersions = Seq("2.12.10", "2.11.12") // Provide a managed dependency on X if -DXVersion="" is supplied on the command line. val defaultVersions = Map("firrtl" -> "1.2-SNAPSHOT") |
