diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e14eded..390f5f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: - name: sbt update if: matrix.java == 'temurin@17' && steps.setup-java-temurin-17.outputs.cache-hit == 'false' - run: sbt 'project ${{ matrix.project }}' '++ ${{ matrix.scala }}' reload +update + run: sbt +update - name: Check that workflows are up to date run: sbt githubWorkflowCheck @@ -111,7 +111,7 @@ jobs: - name: sbt update if: matrix.java == 'temurin@17' && steps.setup-java-temurin-17.outputs.cache-hit == 'false' - run: sbt reload +update + run: sbt +update - name: Download target directories (3, rootJVM) uses: actions/download-artifact@v3 @@ -172,7 +172,7 @@ jobs: - name: sbt update if: matrix.java == 'temurin@17' && steps.setup-java-temurin-17.outputs.cache-hit == 'false' - run: sbt reload +update + run: sbt +update - name: Submit Dependencies uses: scalacenter/sbt-dependency-submission@v2 diff --git a/project/plugins.sbt b/project/plugins.sbt index 02fdfdc..faa03af 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.0-RC10") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.0-RC10") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.0-RC12") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.0-RC12")