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 973b86e commit 728820eCopy full SHA for 728820e
build.sbt
@@ -52,6 +52,8 @@ libraryDependencies ++= Seq("chisel3", "chisel-iotesters").map {
52
}
53
54
scalacOptions ++= scalacOptionsVersion(scalaVersion.value)
55
+//scalacOptions += "-feature"
56
+//scalacOptions += "-deprecation"
57
58
javacOptions ++= javacOptionsVersion(scalaVersion.value)
59
0 commit comments