Skip to content

Commit

Permalink
Removed explicit sbt-pgp dependency in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
laughedelic authored and jvican committed Oct 9, 2017
1 parent 1a15f36 commit 1258961
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
logLevel := Level.Warn
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")

{
val pluginVersion = System.getProperty("plugin.version")
if(pluginVersion == null)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
logLevel := Level.Warn
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")

{
val pluginVersion = System.getProperty("plugin.version")
if(pluginVersion == null)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
logLevel := Level.Warn
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")

{
val pluginVersion = System.getProperty("plugin.version")
if(pluginVersion == null)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
logLevel := Level.Warn
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")

{
val pluginVersion = System.getProperty("plugin.version")
if(pluginVersion == null)
Expand Down

0 comments on commit 1258961

Please sign in to comment.