Skip to content

Commit 9a6ad53

Browse files
authored
Merge pull request #207 from typelevel/update/sbt-typelevel-0.7.4
Update sbt-typelevel, ... to 0.7.4
2 parents e71bd64 + fe7f750 commit 9a6ad53

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
timeout-minutes: 60
3636
steps:
3737
- name: Install sbt
38-
if: contains(runner.os, 'macos')
39-
run: brew install sbt
38+
uses: sbt/setup-sbt@v1
4039

4140
- name: Checkout current branch (full)
4241
uses: actions/checkout@v4
@@ -108,8 +107,7 @@ jobs:
108107
runs-on: ${{ matrix.os }}
109108
steps:
110109
- name: Install sbt
111-
if: contains(runner.os, 'macos')
112-
run: brew install sbt
110+
uses: sbt/setup-sbt@v1
113111

114112
- name: Checkout current branch (full)
115113
uses: actions/checkout@v4
@@ -223,8 +221,7 @@ jobs:
223221
runs-on: ${{ matrix.os }}
224222
steps:
225223
- name: Install sbt
226-
if: contains(runner.os, 'macos')
227-
run: brew install sbt
224+
uses: sbt/setup-sbt@v1
228225

229226
- name: Checkout current branch (full)
230227
uses: actions/checkout@v4
@@ -259,8 +256,7 @@ jobs:
259256
runs-on: ${{ matrix.os }}
260257
steps:
261258
- name: Install sbt
262-
if: contains(runner.os, 'macos')
263-
run: brew install sbt
259+
uses: sbt/setup-sbt@v1
264260

265261
- name: Checkout current branch (full)
266262
uses: actions/checkout@v4

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val sbtTlVersion = "0.7.3"
1+
val sbtTlVersion = "0.7.4"
22
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTlVersion)
33
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % sbtTlVersion)
44
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTlVersion)

0 commit comments

Comments
 (0)