From cbd18b9d287f8b87e7676f51c0878acd29e4d077 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Wed, 2 Dec 2020 03:45:42 -0500 Subject: [PATCH] sbt-pgp 2.1.0-M1 --- .github/workflows/release.yml | 2 -- project/plugins.sbt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd3252a7e..38f26929a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,8 +17,6 @@ jobs: uses: olafurpg/setup-scala@v10 with: java-version: "adopt@1.8" - - name: Setup GPG - uses: olafurpg/setup-gpg@v3 - name: Coursier cache uses: coursier/cache-action@v5 - name: Test diff --git a/project/plugins.sbt b/project/plugins.sbt index da5880d53..c78ce2371 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("org.foundweekends" %% "sbt-bintray" % "0.6.1") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.2") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.0-M1") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.4")