diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9e5c7a..5449899 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - name: sbt update if: matrix.java == 'temurin@8' && steps.setup-java-temurin-8.outputs.cache-hit == 'false' - run: sbt '++ ${{ matrix.scala }}' reload +update + run: sbt +update - name: Check that workflows are up to date run: sbt githubWorkflowCheck @@ -110,7 +110,7 @@ jobs: - name: sbt update if: matrix.java == 'temurin@8' && steps.setup-java-temurin-8.outputs.cache-hit == 'false' - run: sbt reload +update + run: sbt +update - name: Download target directories (3) uses: actions/download-artifact@v3 @@ -182,7 +182,7 @@ jobs: - name: sbt update if: matrix.java == 'temurin@8' && steps.setup-java-temurin-8.outputs.cache-hit == 'false' - run: sbt '++ ${{ matrix.scala }}' reload +update + run: sbt +update - name: Submit Dependencies uses: scalacenter/sbt-dependency-submission@v2 @@ -214,7 +214,7 @@ jobs: - name: sbt update if: matrix.java == 'temurin@8' && steps.setup-java-temurin-8.outputs.cache-hit == 'false' - run: sbt reload +update + run: sbt +update - name: Generate site run: sbt docs/tlSite diff --git a/project/plugins.sbt b/project/plugins.sbt index f3860d3..861ecd2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -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") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") addSbtPlugin("com.timushev.sbt" % "sbt-rewarn" % "0.1.3")