From c95ebaaf7e9371767544f0dbb153f558b22fe8b7 Mon Sep 17 00:00:00 2001 From: friendseeker <66892505+Friendseeker@users.noreply.github.com> Date: Thu, 19 Dec 2024 19:12:21 -0800 Subject: [PATCH] Remove workaround in sbt#7783 --- build.sbt | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sbt b/build.sbt index 14867c049..5eba2298d 100644 --- a/build.sbt +++ b/build.sbt @@ -1491,7 +1491,6 @@ lazy val lmCoursier = project Mima.lmCoursierFilters, lmCoursierDependencies, Compile / sourceGenerators += Utils.dataclassGen(lmCoursierDefinitions).taskValue, - Compile / scalacOptions --= Seq("-Xfatal-warnings"), ) .dependsOn( // We depend on lmIvy rather than just lmCore to handle the ModuleDescriptor @@ -1508,7 +1507,6 @@ lazy val lmCoursierShaded = project Mima.lmCoursierFilters, Mima.lmCoursierShadedFilters, Compile / sources := (lmCoursier / Compile / sources).value, - Compile / scalacOptions --= Seq("-Xfatal-warnings"), lmCoursierDependencies, autoScalaLibrary := false, libraryDependencies ++= Seq(