We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7eaea8 commit b967f8cCopy full SHA for b967f8c
build.sbt
@@ -339,16 +339,6 @@ lazy val commonSettings = Def.settings(
339
Nil
340
}
341
},
342
- scalacOptions ++= {
343
- if (scalaBinaryVersion.value == "2.13") {
344
- Seq(
345
- // TODO https://github.com/scalapb/ScalaPB/issues/1576
346
- s"-Wconf:msg=inferred&cat=scala3-migration&src=target/scala-${scalaBinaryVersion.value}/.*:info",
347
- )
348
- } else {
349
- Nil
350
- }
351
- },
352
Seq(Compile, Test).flatMap(c => c / console / scalacOptions --= unusedWarnings),
353
scalacOptions ++= Seq("-feature", "-deprecation", "-language:existentials"),
354
licenses += ("MIT", url("https://opensource.org/licenses/MIT")),
0 commit comments