Commit 45d4aa8 1 parent 3c72970 commit 45d4aa8 Copy full SHA for 45d4aa8
File tree 2 files changed +7
-11
lines changed
2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 40
40
timeout-minutes : 60
41
41
steps :
42
42
- name : Install sbt
43
- if : contains(runner.os, 'macos')
44
- run : brew install sbt
43
+ uses : sbt/setup-sbt@v1
45
44
46
45
- name : Checkout current branch (full)
47
46
uses : actions/checkout@v4
@@ -114,8 +113,7 @@ jobs:
114
113
runs-on : ${{ matrix.os }}
115
114
steps :
116
115
- name : Install sbt
117
- if : contains(runner.os, 'macos')
118
- run : brew install sbt
116
+ uses : sbt/setup-sbt@v1
119
117
120
118
- name : Checkout current branch (full)
121
119
uses : actions/checkout@v4
@@ -197,8 +195,7 @@ jobs:
197
195
runs-on : ${{ matrix.os }}
198
196
steps :
199
197
- name : Install sbt
200
- if : contains(runner.os, 'macos')
201
- run : brew install sbt
198
+ uses : sbt/setup-sbt@v1
202
199
203
200
- name : Checkout current branch (full)
204
201
uses : actions/checkout@v4
@@ -267,8 +264,7 @@ jobs:
267
264
runs-on : ${{ matrix.os }}
268
265
steps :
269
266
- name : Install sbt
270
- if : contains(runner.os, 'macos')
271
- run : brew install sbt
267
+ uses : sbt/setup-sbt@v1
272
268
273
269
- name : Checkout current branch (full)
274
270
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
3
3
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2" )
4
4
addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.13.0" )
5
5
addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.10.0" )
6
- addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.7.3 " )
7
- addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.7.3 " )
8
- addSbtPlugin(" org.typelevel" % " sbt-typelevel-github-actions" % " 0.7.3 " )
6
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.7.4 " )
7
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.7.4 " )
8
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-github-actions" % " 0.7.4 " )
9
9
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.17.0" )
10
10
addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.6.1" )
11
11
addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.3.2" )
You can’t perform that action at this time.
0 commit comments