Skip to content

Commit 110190b

Browse files
committed
update sbt-pgp
1 parent ecb7376 commit 110190b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import build._
22
import sbtrelease.ReleaseStateTransformations._
3-
import com.typesafe.sbt.pgp.PgpKeys
43
import sbtcrossproject.CrossProject
54

65
val msgpack4zNativeVersion = "0.3.6"

project/plugin.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
1+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
22
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
33
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
44
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.2")

0 commit comments

Comments
 (0)