From 82aafe90738765597b0ca13f8badbb839ed777a6 Mon Sep 17 00:00:00 2001 From: Georgi Krastev Date: Thu, 8 Jul 2021 08:38:46 +0200 Subject: [PATCH] Disable unused import warnings --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index dbfc2e7c..cadd7f73 100644 --- a/build.sbt +++ b/build.sbt @@ -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",