diff --git a/project/Sbt.scala b/project/Sbt.scala index d5a27d4b3..4aaec1a00 100644 --- a/project/Sbt.scala +++ b/project/Sbt.scala @@ -23,8 +23,7 @@ object Sbt extends Build resolvers += Resolver.typesafeIvyRepo("releases"), concurrentRestrictions in Global += Util.testExclusiveRestriction, testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-w", "1"), - javacOptions in compile ++= Seq("-target", "6", "-source", "6", "-Xlint", "-Xlint:-serial"), - scalacOptions += "-Xlint" + javacOptions in compile ++= Seq("-target", "6", "-source", "6", "-Xlint", "-Xlint:-serial") ) lazy val myProvided = config("provided") intransitive;