File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
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
@@ -108,8 +107,7 @@ jobs:
108
107
runs-on : ${{ matrix.os }}
109
108
steps :
110
109
- name : Install sbt
111
- if : contains(runner.os, 'macos')
112
- run : brew install sbt
110
+ uses : sbt/setup-sbt@v1
113
111
114
112
- name : Checkout current branch (full)
115
113
uses : actions/checkout@v4
@@ -253,8 +251,7 @@ jobs:
253
251
runs-on : ${{ matrix.os }}
254
252
steps :
255
253
- name : Install sbt
256
- if : contains(runner.os, 'macos')
257
- run : brew install sbt
254
+ uses : sbt/setup-sbt@v1
258
255
259
256
- name : Checkout current branch (full)
260
257
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.7.3 " )
1
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.7.4 " )
2
2
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.17.0" )
3
3
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.17" )
4
4
addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.3.2" )
You can’t perform that action at this time.
0 commit comments