Remove workaround in sbt#7783

This commit is contained in:
friendseeker 2024-12-19 19:12:21 -08:00
parent 8a57e6c253
commit c95ebaaf7e
No known key found for this signature in database
GPG Key ID: 7DD5039728A27160
1 changed files with 0 additions and 2 deletions

View File

@ -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(