From c51fcfea32b6c73e623657442460fb782ff0733b Mon Sep 17 00:00:00 2001 From: Aditya Naik Date: Thu, 10 Nov 2022 13:41:00 -0800 Subject: Warn on S-interpolator usage for assert, assume and printf (backport #2751) (#2757) * Add internal methods to maintain binary compatibility Co-authored-by: Megan Wachs Co-authored-by: Jack Koenig --- build.sbt | 1 - 1 file changed, 1 deletion(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 88374949..a51d1d2e 100644 --- a/build.sbt +++ b/build.sbt @@ -297,7 +297,6 @@ lazy val docs = project // new documentation project .settings(commonSettings) .settings( scalacOptions ++= Seq( - "-Xfatal-warnings", "-language:reflectiveCalls", "-language:implicitConversions" ), -- cgit v1.2.3