mirror of https://github.com/sbt/sbt.git
sbt-pgp 2.1.0-M1
This commit is contained in:
parent
7105bf271b
commit
cbd18b9d28
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue