File tree 2 files changed +5
-8
lines changed
2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 35
35
timeout-minutes : 60
36
36
steps :
37
37
- name : Install sbt
38
- if : contains(runner.os, 'macos')
39
- run : brew install sbt
38
+ uses : sbt/setup-sbt@v1
40
39
41
40
- name : Checkout current branch (full)
42
41
uses : actions/checkout@v4
@@ -105,8 +104,7 @@ jobs:
105
104
runs-on : ${{ matrix.os }}
106
105
steps :
107
106
- name : Install sbt
108
- if : contains(runner.os, 'macos')
109
- run : brew install sbt
107
+ uses : sbt/setup-sbt@v1
110
108
111
109
- name : Checkout current branch (full)
112
110
uses : actions/checkout@v4
@@ -180,8 +178,7 @@ jobs:
180
178
runs-on : ${{ matrix.os }}
181
179
steps :
182
180
- name : Install sbt
183
- if : contains(runner.os, 'macos')
184
- run : brew install sbt
181
+ uses : sbt/setup-sbt@v1
185
182
186
183
- name : Checkout current branch (full)
187
184
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.7.3 " )
2
- addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.7.3 " )
1
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.7.4 " )
2
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.7.4 " )
3
3
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.17.0" )
4
4
addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.6.1" )
You can’t perform that action at this time.
0 commit comments