Skip to content

Commit c2e492f

Browse files
authored
Merge pull request #549 from http4s/update/series/1.x/sbt-http4s-org-0.17.4
Update sbt-http4s-org to 0.17.4 in series/1.x
2 parents b256966 + 0e86966 commit c2e492f

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/ci.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
timeout-minutes: 60
4141
steps:
4242
- name: Install sbt
43-
if: contains(runner.os, 'macos')
44-
run: brew install sbt
43+
uses: sbt/setup-sbt@v1
4544

4645
- name: Checkout current branch (full)
4746
uses: actions/checkout@v4
@@ -139,8 +138,7 @@ jobs:
139138
runs-on: ${{ matrix.os }}
140139
steps:
141140
- name: Install sbt
142-
if: contains(runner.os, 'macos')
143-
run: brew install sbt
141+
uses: sbt/setup-sbt@v1
144142

145143
- name: Checkout current branch (full)
146144
uses: actions/checkout@v4
@@ -240,8 +238,7 @@ jobs:
240238
runs-on: ${{ matrix.os }}
241239
steps:
242240
- name: Install sbt
243-
if: contains(runner.os, 'macos')
244-
run: brew install sbt
241+
uses: sbt/setup-sbt@v1
245242

246243
- name: Checkout current branch (full)
247244
uses: actions/checkout@v4

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
55
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")

0 commit comments

Comments
 (0)