Skip to content

Commit

Permalink
Disable unused import warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgi Krastev committed Jul 8, 2021
1 parent 770a524 commit 82aafe9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ lazy val scalacOptions_2_12 = Seq(
"-encoding",
"UTF-8",
"-Xfatal-warnings",
"-Ywarn-unused-import",
"-Yno-adapted-args",
"-Ywarn-dead-code",
"-Ywarn-inaccessible",
Expand Down

0 comments on commit 82aafe9

Please sign in to comment.