We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa00d3f + f7c409e commit 69d5060Copy full SHA for 69d5060
.github/workflows/pr.yml
@@ -14,8 +14,7 @@ jobs:
14
matrix:
15
java: [ '11' ]
16
scala: [
17
- { version: '2.12.13' },
18
- { version: '2.12.10' }
+ { version: '2.12.13' }
19
]
20
steps:
21
- name: checkout the repo
project/plugins.sbt
@@ -1,6 +1,6 @@
1
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
2
3
-addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
+addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
4
5
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.1")
6
0 commit comments