summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorJack Koenig2019-09-16 14:41:39 -0700
committerGitHub2019-09-16 14:41:39 -0700
commita83647a91326bcd2ac0e3c664056b5ced212cc67 (patch)
tree52e2545573751531183e9daea33c5674605fb9f6 /build.sc
parent4af6db34e865b44cc68ed114d35ca6016a37d265 (diff)
Bump Scala to 2.12.10 (#1179)
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 36e27464..e379446b 100644
--- a/build.sc
+++ b/build.sc
@@ -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")