We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4300b commit e0e0b13Copy full SHA for e0e0b13
.gitignore
@@ -8,4 +8,4 @@
8
.sbt/**/staging/
9
.sbt/**/dependency/
10
.sbt/*/credentials.sbt
11
-.sbt/gpg/
+.sbt/gpg
.sbt/0.13/plugins/plugins.sbt
@@ -4,8 +4,6 @@ addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.7.5")
4
5
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.8.4")
6
7
-addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
-
resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
libraryDependencies += "org.slf4j" % "slf4j-simple" % "1.7.12"
.sbt/0.13/sbt-pgp.sbt
0 commit comments