Skip to content

Commit 3e50d66

Browse files
committed
we need -Xfatal-warnings, definitely
practice what we preach
1 parent 0fbb9a9 commit 3e50d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ publishTo := Some(typesafeIvyReleases)
2222

2323
publishMavenStyle := false
2424

25-
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")
25+
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xfatal-warnings")
2626

2727
licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html"))
2828

0 commit comments

Comments
 (0)