Skip to content

Commit

Permalink
Removed sbt-revolver plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogach committed May 18, 2013
1 parent 66ea000 commit 6df701d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 2 additions & 5 deletions build.sbt
@@ -1,13 +1,12 @@

organization := "org.rogach"

name := "scallop"

scalaVersion := "2.10.1"

scalacOptions ++= Seq(
"-deprecation",
"-unchecked",
"-deprecation",
"-unchecked",
"-feature",
"-language:postfixOps",
"-language:reflectiveCalls",
Expand All @@ -17,8 +16,6 @@ scalacOptions ++= Seq(
"-Ywarn-all"
)

Revolver.settings

resolvers += "Scala Tools Snapshots" at "http://scala-tools.org/repo-snapshots/"

libraryDependencies ++= Seq(
Expand Down
4 changes: 0 additions & 4 deletions 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")

0 comments on commit 6df701d

Please sign in to comment.