From 0b8eea56ffac88ad8f89106599795c0748b40bb5 Mon Sep 17 00:00:00 2001 From: "scala-steward-ahjohannessen[bot]" <106732425+scala-steward-ahjohannessen[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:36:12 +0000 Subject: [PATCH 1/2] Update sbt-typelevel, ... to 0.7.2 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1a933d3..46efbdc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.1") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.2") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") From 1f2e3e51b46a6faae4a5557ae83b60ded096cf46 Mon Sep 17 00:00:00 2001 From: "scala-steward-ahjohannessen[bot]" <106732425+scala-steward-ahjohannessen[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:36:28 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8b7eb2..a04ec73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,10 @@ jobs: runs-on: ${{ matrix.os }} timeout-minutes: 60 steps: + - name: Install sbt + if: contains(runner.os, 'macos') + run: brew install sbt + - name: Checkout current branch (full) uses: actions/checkout@v4 with: @@ -94,6 +98,10 @@ jobs: java: [temurin@17] runs-on: ${{ matrix.os }} steps: + - name: Install sbt + if: contains(runner.os, 'macos') + run: brew install sbt + - name: Checkout current branch (full) uses: actions/checkout@v4 with: @@ -155,6 +163,10 @@ jobs: java: [temurin@17] runs-on: ${{ matrix.os }} steps: + - name: Install sbt + if: contains(runner.os, 'macos') + run: brew install sbt + - name: Checkout current branch (full) uses: actions/checkout@v4 with: