We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80cba8 commit 0ed8a39Copy full SHA for 0ed8a39
build.sbt
@@ -6,7 +6,7 @@ scalaVersion in ThisBuild := (crossScalaVersions in ThisBuild).value.head
6
val commonSettings: Seq[Setting[_]] = Seq(
7
version := "1.0.1-SNAPSHOT",
8
organization := "org.scala-native",
9
- scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings"),
+ scalacOptions ++= Seq("-deprecation", "-feature"),
10
11
homepage := Some(url("http://scala-native.org/")),
12
licenses += ("BSD New",
0 commit comments