summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorJack Koenig2019-08-13 15:31:53 +0530
committerSchuyler Eldridge2019-09-09 18:32:11 -0400
commitcafc46863dc2c26c3ee38eb507a5c3d6ff60d4b5 (patch)
tree16d895cc9d26c63facbe903974c4e3e159f7e1df /build.sc
parent74822438b117d211bfb6ea9a9f9a7cf19602ea9d (diff)
Bump Scala in build.sc
Diffstat (limited to 'build.sc')
-rw-r--r--build.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sc b/build.sc
index 34f83b01..36e27464 100644
--- a/build.sc
+++ b/build.sc
@@ -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")