Skip to content

Commit

Permalink
Disable unused import warnings on Scala 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgi Krastev committed Jul 8, 2021
1 parent 770a524 commit 8839f40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ lazy val scalacOptions_2_13 = Seq(
"-Xfatal-warnings",
"-Ywarn-dead-code",
"-Ymacro-annotations",
"-Xlint:_,-byname-implicit",
"-Xlint:_,-byname-implicit,-unused",
"-Wunused:_,-imports,-synthetics",
"-Xsource:3"
)

Expand Down

0 comments on commit 8839f40

Please sign in to comment.