From f7c409ef76b31411096d453c4578272a0c9296bb Mon Sep 17 00:00:00 2001 From: ckipp01 Date: Wed, 28 Apr 2021 13:50:43 +0200 Subject: [PATCH] Bump pgp plugin and remove extra matrix. Running that extra matrix doesn't add anything to CI. I plan on fully redoing the CI, but want to get this just released first --- .github/workflows/pr.yml | 3 +-- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 400a733b..d41348e4 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,8 +14,7 @@ jobs: matrix: java: [ '11' ] scala: [ - { version: '2.12.13' }, - { version: '2.12.10' } + { version: '2.12.13' } ] steps: - name: checkout the repo diff --git a/project/plugins.sbt b/project/plugins.sbt index 2b6a8715..5263b3bd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1") addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.1")