From 092908554c57070d816abe51297854970457614b Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 20:21:33 +0000 Subject: [PATCH 1/2] Update sbt-typelevel-ci, ... to 0.5.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index fe79503..6aea168 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -lazy val sbtTypelevelVersion = "0.5.0-RC2" +lazy val sbtTypelevelVersion = "0.5.0" addSbtPlugin("org.typelevel" % "sbt-typelevel-ci" % sbtTypelevelVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-signing" % sbtTypelevelVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-sonatype-ci-release" % sbtTypelevelVersion) From 56bafeaeca5b5ff99cc9022c1fe7d102d33c35e9 Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 20:21:55 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3e1c36..a81a7f1 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 @@ -99,7 +99,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 (2.13, epimetheus-communityJVM) uses: actions/download-artifact@v3 @@ -170,13 +170,13 @@ jobs: - name: sbt update if: matrix.java == 'temurin@17' && steps.setup-java-temurin-17.outputs.cache-hit == 'false' - run: sbt '++ ${{ matrix.scala }}' reload +update + run: sbt +update - name: Submit Dependencies uses: scalacenter/sbt-dependency-submission@v2 with: - modules-ignore: epimetheus-community site epimetheus-communityJS epimetheus-communityJVM epimetheus-communityNative - configs-ignore: test scala-tool scala-doc-tool + modules-ignore: site_2.13 site_3 epimetheus-communityjs_2.13 epimetheus-communityjs_3 epimetheus-communityjvm_2.13 epimetheus-communityjvm_3 epimetheus-communitynative_2.13 epimetheus-communitynative_3 + configs-ignore: test scala-tool scala-doc-tool test-internal site: name: Generate Site @@ -202,7 +202,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: Generate site run: sbt site/tlSite