Skip to content

Commit

Permalink
filter "-Xkind-projector:underscores" option
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Aug 21, 2024
1 parent 3f127ed commit 9064bb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ lazy val compileSettings = Def.settings(
tlFatalWarnings := true,
scalacOptions --= Seq(
"-Ykind-projector:underscores", // https://github.com/lampepfl/dotty/issues/14952
"-Xkind-projector:underscores",
),
Test / scalacOptions --= Seq(
"-Wunused:locals",
Expand Down

0 comments on commit 9064bb0

Please sign in to comment.