sbt-pgp 2.1.0-M1

This commit is contained in:
Eugene Yokota 2020-12-02 03:45:42 -05:00
parent 7105bf271b
commit cbd18b9d28
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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")