Skip to content

Commit

Permalink
Give -Xfata-warnings through sbt-typelevel.
Browse files Browse the repository at this point in the history
  • Loading branch information
tarao committed Nov 7, 2023
1 parent f1f6285 commit 4aadd03
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ ThisBuild / githubWorkflowJavaVersions := Seq(

lazy val compileSettings = Def.settings(
// Default options are set by sbt-typelevel-settings
scalacOptions ++= Seq(
"-Xfatal-warnings",
),
tlFatalWarnings := true,
scalacOptions --= Seq(
"-Ykind-projector:underscores", // https://github.com/lampepfl/dotty/issues/14952
),
Expand Down

0 comments on commit 4aadd03

Please sign in to comment.