File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 4444 timeout-minutes : 60
4545 steps :
4646 - name : Install sbt
47- if : contains(runner.os, 'macos')
48- run : brew install sbt
47+ uses : sbt/setup-sbt@v1
4948
5049 - name : Checkout current branch (full)
5150 uses : actions/checkout@v4
@@ -143,8 +142,7 @@ jobs:
143142 runs-on : ${{ matrix.os }}
144143 steps :
145144 - name : Install sbt
146- if : contains(runner.os, 'macos')
147- run : brew install sbt
145+ uses : sbt/setup-sbt@v1
148146
149147 - name : Checkout current branch (full)
150148 uses : actions/checkout@v4
@@ -254,8 +252,7 @@ jobs:
254252 runs-on : ${{ matrix.os }}
255253 steps :
256254 - name : Install sbt
257- if : contains(runner.os, 'macos')
258- run : brew install sbt
255+ uses : sbt/setup-sbt@v1
259256
260257 - name : Checkout current branch (full)
261258 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11// http4s organization
2- addSbtPlugin(" org.http4s" % " sbt-http4s-org" % " 0.17.3 " )
2+ addSbtPlugin(" org.http4s" % " sbt-http4s-org" % " 0.17.4 " )
33
44// ScalaDoc API mapping
55addSbtPlugin(" com.thoughtworks.sbt-api-mappings" % " sbt-api-mappings" % " 3.0.2" )
You can’t perform that action at this time.
0 commit comments