Skip to content

Commit c9f3c00

Browse files
authored
Merge pull request #1282 from scala-steward/update/sbt-typelevel-mergify-0.7.2
Update sbt-typelevel-mergify to 0.7.2
2 parents 61de57c + 8e0bb1b commit c9f3c00

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434
timeout-minutes: 60
3535
steps:
36+
- name: Install sbt
37+
if: contains(runner.os, 'macos')
38+
run: brew install sbt
39+
3640
- name: Checkout current branch (full)
3741
uses: actions/checkout@v4
3842
with:
@@ -90,6 +94,10 @@ jobs:
9094
java: [temurin@8]
9195
runs-on: ${{ matrix.os }}
9296
steps:
97+
- name: Install sbt
98+
if: contains(runner.os, 'macos')
99+
run: brew install sbt
100+
93101
- name: Checkout current branch (full)
94102
uses: actions/checkout@v4
95103
with:

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.4")
1818

1919
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0")
2020

21-
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.1")
21+
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.2")
2222

2323
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")

0 commit comments

Comments
 (0)