Skip to content

Commit

Permalink
Merge pull request #112 from xuwei-k/patch-1
Browse files Browse the repository at this point in the history
filter `"-Xkind-projector:underscores"` option
  • Loading branch information
tarao authored Aug 21, 2024
2 parents 3f127ed + 9064bb0 commit e7e6621
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 e7e6621

Please sign in to comment.