Merge pull request #7924 from eed3si9n/wip/remove-wconf-cat

[2.x] fix: Remove -Wconf:cat=unused-nowarn:s
This commit is contained in:
eugene yokota 2024-12-01 20:00:58 -05:00 committed by GitHub
commit bc69030e58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 9 deletions

View File

@ -985,15 +985,6 @@ object Defaults extends BuildCommon {
) ++ old
else old
},
scalacOptions := {
val old = scalacOptions.value
if (
sbtPlugin.value && VersionNumber(scalaVersion.value)
.matchesSemVer(SemanticSelector("=2.12 >=2.12.13"))
)
old ++ Seq("-Wconf:cat=unused-nowarn:s", "-Xsource:3")
else old
},
persistJarClasspath :== true,
classpathEntryDefinesClassVF := {
val cache =