We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be10480 commit 3f90939Copy full SHA for 3f90939
build.sbt
@@ -32,6 +32,8 @@ name := "chisel-tutorial"
32
33
scalaVersion := "2.11.11"
34
35
+crossScalaVersions := Seq("2.11.11", "2.12.3")
36
+
37
scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked", "-language:reflectiveCalls")
38
39
// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
0 commit comments