Skip to content

Commit f7c409e

Browse files
committed
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
1 parent aa00d3f commit f7c409e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
matrix:
1515
java: [ '11' ]
1616
scala: [
17-
{ version: '2.12.13' },
18-
{ version: '2.12.10' }
17+
{ version: '2.12.13' }
1918
]
2019
steps:
2120
- name: checkout the repo

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
22

3-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
3+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
44

55
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.1")
66

0 commit comments

Comments
 (0)