Skip to content

Commit b967f8c

Browse files
committed
Update scalacOptions
1 parent c7eaea8 commit b967f8c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

build.sbt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -339,16 +339,6 @@ lazy val commonSettings = Def.settings(
339339
Nil
340340
}
341341
},
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-
},
352342
Seq(Compile, Test).flatMap(c => c / console / scalacOptions --= unusedWarnings),
353343
scalacOptions ++= Seq("-feature", "-deprecation", "-language:existentials"),
354344
licenses += ("MIT", url("https://opensource.org/licenses/MIT")),

0 commit comments

Comments
 (0)