Skip to content

Commit 3f90939

Browse files
authored
Enable cross-compile. (#108)
1 parent be10480 commit 3f90939

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ name := "chisel-tutorial"
3232

3333
scalaVersion := "2.11.11"
3434

35+
crossScalaVersions := Seq("2.11.11", "2.12.3")
36+
3537
scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked", "-language:reflectiveCalls")
3638

3739
// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.

0 commit comments

Comments
 (0)