We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a48028 commit 2bf4c28Copy full SHA for 2bf4c28
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
53
54
- name: Check that workflows are up to date
55
- run: sbt '++${{ matrix.scala }}' 'project /' githubWorkflowCheck
+ run: sbt githubWorkflowCheck
56
57
- name: Scala 2.13 build
58
if: startsWith(matrix.scala, '2.13')
project/plugins.sbt
@@ -1,6 +1,6 @@
1
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6")
2
3
-addSbtPlugin("org.typelevel" % "sbt-typelevel-sonatype-ci-release" % "0.5.0-M5")
+addSbtPlugin("org.typelevel" % "sbt-typelevel-sonatype-ci-release" % "0.5.0-M6")
4
5
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
6
0 commit comments