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 ecb7376 commit 110190bCopy full SHA for 110190b
build.sbt
@@ -1,6 +1,5 @@
1
import build._
2
import sbtrelease.ReleaseStateTransformations._
3
-import com.typesafe.sbt.pgp.PgpKeys
4
import sbtcrossproject.CrossProject
5
6
val msgpack4zNativeVersion = "0.3.6"
project/plugin.sbt
@@ -1,4 +1,4 @@
-addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
+addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.2")
0 commit comments