Skip to content

Commit 199aa07

Browse files
committed
Remove -Xfatal-warnings comment
This is not necessary anymore since #3233.
1 parent 804f1cc commit 199aa07

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)