Skip to content

Commit 03bde36

Browse files
committed
enable more warnings when compiling sbt build
because warnings are a good thing & we want to see them
1 parent 506fd28 commit 03bde36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project/plugins.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
scalacOptions ++= Seq("-deprecation", "-feature", "-Xlint")
2+
13
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.0.4")
24

35
addSbtPlugin("com.typesafe.sbt" % "sbt-s3" % "0.8")

0 commit comments

Comments
 (0)