From b94d1c1152ae69747599f9e320c1b3d27bffa16b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 13 Aug 2023 13:19:50 +0000 Subject: [PATCH 1/2] Update sbt-typelevel, sbt-typelevel-site to 0.5.0-RC12 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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") From 54e842d36d6dc981518ac1b77909d0db0a81af21 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 13 Aug 2023 13:20:48 +0000 Subject: [PATCH 2/2] Run prePR with sbt-typelevel Executed command: sbt tlPrePrBotHook --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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