Skip to content

Commit 7b33460

Browse files
authored
Merge pull request #3238 from scala-steward-org/topic/rm-Xfatal-warnings-comment
Remove `-Xfatal-warnings` comment
2 parents 804f1cc + 199aa07 commit 7b33460

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,6 @@ lazy val commonSettings = Def.settings(
297297

298298
lazy val compileSettings = Def.settings(
299299
scalaVersion := Scala213,
300-
// Uncomment for local development:
301-
// scalacOptions -= "-Xfatal-warnings",
302300
doctestTestFramework := DoctestTestFramework.Munit
303301
)
304302

0 commit comments

Comments
 (0)