Skip to content

Commit 9ecdd39

Browse files
committed
[scala-3] Disable unused warnings
to suppress spurious import warnings, also introduced in Scala 3.3.0 branch: feature/scala-3.2.x
1 parent 351e1b1 commit 9ecdd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Compiler.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ object Compiler {
7979
"-Wunused"
8080
)
8181
} else {
82-
Seq("-Wunused:all", "-language:implicitConversions")
82+
Seq("-Wunused:nowarn", "-language:implicitConversions")
8383
}
8484
},
8585
Compile / console / scalacOptions ~= {

0 commit comments

Comments
 (0)