Skip to content

Commit

Permalink
Remove -Xfatal-warnings comment
Browse files Browse the repository at this point in the history
This is not necessary anymore since
scala-steward-org#3233.
  • Loading branch information
fthomas committed Dec 9, 2023
1 parent 804f1cc commit 199aa07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,6 @@ lazy val commonSettings = Def.settings(

lazy val compileSettings = Def.settings(
scalaVersion := Scala213,
// Uncomment for local development:
// scalacOptions -= "-Xfatal-warnings",
doctestTestFramework := DoctestTestFramework.Munit
)

Expand Down

0 comments on commit 199aa07

Please sign in to comment.