Skip to content

Commit 6c9c6d2

Browse files
authored
Merge pull request #612 from scala-steward/update/sbt-typelevel-0.7.4
Update sbt-typelevel to 0.7.4
2 parents 3773a8e + d68514d commit 6c9c6d2

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/ci.yml

+3-6
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
@@ -253,8 +251,7 @@ jobs:
253251
runs-on: ${{ matrix.os }}
254252
steps:
255253
- name: Install sbt
256-
if: contains(runner.os, 'macos')
257-
run: brew install sbt
254+
uses: sbt/setup-sbt@v1
258255

259256
- name: Checkout current branch (full)
260257
uses: actions/checkout@v4

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.3")
1+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.4")
22
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
33
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
44
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")

0 commit comments

Comments
 (0)