Skip to content

Commit

Permalink
Revert "add gpg plugin"
Browse files Browse the repository at this point in the history
din't help

This reverts commit b141467.
  • Loading branch information
Nathan Hamblen committed Feb 23, 2012
1 parent b141467 commit 3400a96
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions project/plugins.sbt
@@ -1,13 +1,10 @@
resolvers ++= Seq(
"lessis" at "http://repo.lessis.me",
"coda" at "http://repo.codahale.com",
Resolver.url("sbt-plugin-releases", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/"))(Resolver.ivyStylePatterns)
"coda" at "http://repo.codahale.com"
)

addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.1")

addSbtPlugin("net.databinder" % "conscript-plugin" % "0.3.3")

libraryDependencies <+= sbtVersion("org.scala-tools.sbt" %% "scripted-plugin" % _)

addSbtPlugin("com.jsuereth" % "xsbt-gpg-plugin" % "0.5")

0 comments on commit 3400a96

Please sign in to comment.