diff --git a/build.sbt b/build.sbt index ce07d75..f8e9584 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,3 @@ - organization := "org.rogach" name := "scallop" @@ -6,8 +5,8 @@ name := "scallop" scalaVersion := "2.10.1" scalacOptions ++= Seq( - "-deprecation", - "-unchecked", + "-deprecation", + "-unchecked", "-feature", "-language:postfixOps", "-language:reflectiveCalls", @@ -17,8 +16,6 @@ scalacOptions ++= Seq( "-Ywarn-all" ) -Revolver.settings - resolvers += "Scala Tools Snapshots" at "http://scala-tools.org/repo-snapshots/" libraryDependencies ++= Seq( diff --git a/project/plugins.sbt b/project/plugins.sbt index 3d41c57..d49ad49 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,15 +1,11 @@ - libraryDependencies ++= Seq( "net.databinder.dispatch" %% "dispatch-core" % "0.9.5", "net.databinder.dispatch" %% "dispatch-tagsoup" % "0.9.5", "org.eclipse.jgit" % "org.eclipse.jgit" % "2.3.1.201302201838-r" ) -addSbtPlugin("io.spray" % "sbt-revolver" % "0.6.2") - addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8") addSbtPlugin("com.github.sbt" %% "sbt-fmpp" % "0.3") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.0") -