Bump sbt-pgp dependency of sbt-pgp-coursier

This commit is contained in:
Alexandre Archambault 2019-05-27 14:46:53 +02:00
parent 8bca7041f4
commit 4f0d90483b
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ lazy val `sbt-pgp-coursier` = project
libraryDependencies += {
val sbtv = CrossVersion.binarySbtVersion(sbtVersion.in(pluginCrossBuild).value)
val sv = scalaBinaryVersion.value
val ver = "1.1.1"
val ver = "1.1.2-1"
Defaults.sbtPluginExtra("com.jsuereth" % "sbt-pgp" % ver, sbtv, sv)
},
scriptedDependencies := {