Skip to content

Commit 2bf4c28

Browse files
committed
ci plugin
1 parent 9a48028 commit 2bf4c28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
5353

5454
- name: Check that workflows are up to date
55-
run: sbt '++${{ matrix.scala }}' 'project /' githubWorkflowCheck
55+
run: sbt githubWorkflowCheck
5656

5757
- name: Scala 2.13 build
5858
if: startsWith(matrix.scala, '2.13')

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6")
22

3-
addSbtPlugin("org.typelevel" % "sbt-typelevel-sonatype-ci-release" % "0.5.0-M5")
3+
addSbtPlugin("org.typelevel" % "sbt-typelevel-sonatype-ci-release" % "0.5.0-M6")
44

55
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
66

0 commit comments

Comments
 (0)