Skip to content

Commit

Permalink
Silence SIP-18.
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Jan 21, 2013
1 parent f9cb34e commit 8d4c708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.scala
Expand Up @@ -13,7 +13,7 @@ object ScalatraBuild extends Build {
organization := "org.scalatra",
crossScalaVersions := Seq("2.10.0"),
scalaVersion <<= (crossScalaVersions) { versions => versions.head },
scalacOptions ++= Seq("-unchecked", "-deprecation", "-Yinline-warnings", "-Xcheckinit", "-encoding", "utf8", "-feature"),
scalacOptions ++= Seq("-unchecked", "-deprecation", "-Yinline-warnings", "-Xcheckinit", "-encoding", "utf8", "-feature", "-language:_"),
javacOptions ++= Seq("-target", "1.6", "-source", "1.6", "-Xlint:deprecation"),
manifestSetting,
publishSetting,
Expand Down

0 comments on commit 8d4c708

Please sign in to comment.