Skip to content

Commit e27eb9d

Browse files
committed
Reenable fatal warnings
This is possible now that all deprecation warnings are fixed.
1 parent a75c3f7 commit e27eb9d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

project/Build.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,7 @@ object Build {
153153
"-feature",
154154
"-deprecation",
155155
"-unchecked",
156-
// TODO: reenable once we've fixed all the deprecation warnings.
157-
// "-Xfatal-warnings",
156+
"-Xfatal-warnings",
158157
"-encoding", "UTF8",
159158
"-language:existentials,higherKinds,implicitConversions"
160159
),

0 commit comments

Comments
 (0)