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 760e54e commit 82d3e14Copy full SHA for 82d3e14
build.sbt
@@ -13,7 +13,7 @@ val isScala3 = Def.setting {
13
14
lazy val root = (project in file(".")).aggregate(core, scala2macros)
15
val scalacOption = Def.setting {
16
- if (isScala3.value) Seq.empty else Seq("-language:_")
+ if (isScala3.value) Seq.empty else Seq("-language:_", "-Ywarn-unused")
17
}
18
19
lazy val core = (project in file("core"))
0 commit comments