Skip to content

Commit 69d5060

Browse files
authored
Merge pull request #326 from ckipp01/pgp
Bump pgp plugin and remove extra matrix.
2 parents aa00d3f + f7c409e commit 69d5060

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)