Skip to content

Commit

Permalink
Add scalacOptions to build.sbt.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmunier committed Nov 10, 2016
1 parent a0c8a9f commit 6d98a7d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ enablePlugins(SbtTwirl)

licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0"))

scalacOptions ++= Seq(
"-encoding", "utf8",
"-deprecation", "-feature", "-unchecked", "-Xlint",
"-Xfuture",
"-Yno-adapted-args",
"-Ywarn-dead-code",
"-Ywarn-numeric-widen",
"-Ywarn-value-discard"
)

pomExtra := (
<scm>
<url>git@github.com:vmunier/scalajs-scripts.git</url>
Expand Down

0 comments on commit 6d98a7d

Please sign in to comment.