Skip to content

Commit 0ed8a39

Browse files
committed
Remove -Xfatal-warnings
1 parent a80cba8 commit 0ed8a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ scalaVersion in ThisBuild := (crossScalaVersions in ThisBuild).value.head
66
val commonSettings: Seq[Setting[_]] = Seq(
77
version := "1.0.1-SNAPSHOT",
88
organization := "org.scala-native",
9-
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),
9+
scalacOptions ++= Seq("-deprecation", "-feature"),
1010

1111
homepage := Some(url("http://scala-native.org/")),
1212
licenses += ("BSD New",

0 commit comments

Comments
 (0)