Skip to content

Commit e5be441

Browse files
mcc-1326235 scalacopts
1 parent 130d889 commit e5be441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/BuildSettings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ object BuildSettings {
4545
)
4646
}), // Stop these being errors, they are fine.
4747
Test / scalacOptions --=
48-
List("-Wnonunit-statement"),
48+
List("-Wnonunit-statement", "-Xlint:unused"),
4949
scalacOptions --= {
5050
if (sys.env.contains("CI"))
5151
Seq.empty

0 commit comments

Comments
 (0)