diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4773c589e..991d37dcd 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 @@ -97,8 +96,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 diff --git a/project/plugins.sbt b/project/plugins.sbt index 51e842001..94e69bdfb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -20,6 +20,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.3") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.4") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")