From 3abfe633776907e76e663d83af0a4cd0d8792634 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 04:07:39 +0000 Subject: [PATCH 1/2] Update sbt-typelevel-ci-release, ... to 0.7.4 --- project/plugins.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index be61e80..0162c15 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.7.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.7.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.3") +addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.7.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.7.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.4") addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.25") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") From 4c0103704283b333eba458abc6300ccbc411220f Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 04:07:54 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5d1c53..ea1ec53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,8 +34,7 @@ jobs: timeout-minutes: 60 steps: - name: Install sbt - if: contains(runner.os, 'macos') - run: brew install sbt + uses: sbt/setup-sbt@v1 - name: Checkout current branch (full) uses: actions/checkout@v4 @@ -86,8 +85,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Install sbt - if: contains(runner.os, 'macos') - run: brew install sbt + uses: sbt/setup-sbt@v1 - name: Checkout current branch (full) uses: actions/checkout@v4 @@ -161,8 +159,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Install sbt - if: contains(runner.os, 'macos') - run: brew install sbt + uses: sbt/setup-sbt@v1 - name: Checkout current branch (full) uses: actions/checkout@v4