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 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
@@ -139,8 +138,7 @@ jobs:
139
138
runs-on : ${{ matrix.os }}
140
139
steps :
141
140
- name : Install sbt
142
- if : contains(runner.os, 'macos')
143
- run : brew install sbt
141
+ uses : sbt/setup-sbt@v1
144
142
145
143
- name : Checkout current branch (full)
146
144
uses : actions/checkout@v4
@@ -240,8 +238,7 @@ jobs:
240
238
runs-on : ${{ matrix.os }}
241
239
steps :
242
240
- name : Install sbt
243
- if : contains(runner.os, 'macos')
244
- run : brew install sbt
241
+ uses : sbt/setup-sbt@v1
245
242
246
243
- name : Checkout current branch (full)
247
244
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1
1
// http4s organization
2
- addSbtPlugin(" org.http4s" % " sbt-http4s-org" % " 0.17.3 " )
2
+ addSbtPlugin(" org.http4s" % " sbt-http4s-org" % " 0.17.4 " )
3
3
4
4
// ScalaDoc API mapping
5
5
addSbtPlugin(" com.thoughtworks.sbt-api-mappings" % " sbt-api-mappings" % " 3.0.2" )
You can’t perform that action at this time.
0 commit comments