From 4970b82bd94f5557b8a4df62d806e7ab8156cf69 Mon Sep 17 00:00:00 2001 From: "CozyBot[bot]" <321901+CozyBot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 20:09:05 +0000 Subject: [PATCH 1/2] Update sbt-typelevel, sbt-typelevel-site to 0.5.0-RC11 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0fa8977..899ff61 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.0-RC9") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.0-RC9") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.0-RC11") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.0-RC11") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.14") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") From 68028caeb1d8418ed5fad7e4df442fcf562cb20b Mon Sep 17 00:00:00 2001 From: "CozyBot[bot]" <321901+CozyBot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 20:10:01 +0000 Subject: [PATCH 2/2] Run prePR with sbt-typelevel Executed command: sbt tlPrePrBotHook --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3196317..f4d4e53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: - name: sbt update if: matrix.java == 'temurin@11' && steps.setup-java-temurin-11.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 @@ -119,7 +119,7 @@ jobs: - name: sbt update if: matrix.java == 'temurin@11' && steps.setup-java-temurin-11.outputs.cache-hit == 'false' - run: sbt reload +update + run: sbt +update - name: Download target directories (2.12, rootJS) uses: actions/download-artifact@v3 @@ -260,7 +260,7 @@ jobs: - name: sbt update if: matrix.java == 'temurin@11' && steps.setup-java-temurin-11.outputs.cache-hit == 'false' - run: sbt reload +update + run: sbt +update - name: Submit Dependencies uses: scalacenter/sbt-dependency-submission@v2 @@ -292,7 +292,7 @@ jobs: - name: sbt update if: matrix.java == 'temurin@11' && steps.setup-java-temurin-11.outputs.cache-hit == 'false' - run: sbt reload +update + run: sbt +update - name: Generate site run: sbt docs/tlSite