diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f05852f47..4cb9744d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - name: Check that workflows are up to date - run: sbt 'project ${{ matrix.project }}' '++${{ matrix.scala }}' 'project /' githubWorkflowCheck + run: sbt githubWorkflowCheck - name: Check headers and formatting if: matrix.java == 'temurin@8' diff --git a/project/plugins.sbt b/project/plugins.sbt index dd19f8259..dd7967262 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.13") -addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.4.13") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.13") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.15") +addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.4.15") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.15") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.1")