We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd95090 + 300ba93 commit 204221aCopy full SHA for 204221a
build.sbt
@@ -35,9 +35,13 @@ lazy val commonSettings = Seq(
35
version := "0.1.1-SNAPSHOT",
36
scalaVersion := "2.11.12",
37
scalacOptions ++= Seq(
38
+ "-deprecation",
39
+ "-encoding",
40
+ "utf8",
41
"-feature",
- "-Ywarn-unused-import",
- "-Xfatal-warnings"
42
+ "-unchecked",
43
+ "-Xfatal-warnings",
44
+ "-Ywarn-unused-import"
45
),
46
Compile / doc / scalacOptions -= "-Xfatal-warnings",
47
publish / skip := true,
0 commit comments