Skip to content

Commit 42472fd

Browse files
scala-stewardMichel Davit
and
Michel Davit
authored
Update sbt-typelevel to 0.7.4 (#328)
Co-authored-by: Michel Davit <[email protected]>
1 parent d8348ab commit 42472fd

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
timeout-minutes: 60
3535
steps:
3636
- name: Install sbt
37-
if: contains(runner.os, 'macos')
38-
run: brew install sbt
37+
uses: sbt/setup-sbt@v1
3938

4039
- name: Checkout current branch (full)
4140
uses: actions/checkout@v4
@@ -93,8 +92,7 @@ jobs:
9392
runs-on: ${{ matrix.os }}
9493
steps:
9594
- name: Install sbt
96-
if: contains(runner.os, 'macos')
97-
run: brew install sbt
95+
uses: sbt/setup-sbt@v1
9896

9997
- name: Checkout current branch (full)
10098
uses: actions/checkout@v4

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "3.26.2")
22
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
3-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.3")
3+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.4")

0 commit comments

Comments
 (0)