Skip to content

Commit 69a6ee8

Browse files
authored
Merge pull request #548 from http4s/update/sbt-http4s-org-0.17.4
Update sbt-http4s-org to 0.17.4
2 parents ec24867 + 0dd9f9a commit 69a6ee8

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ jobs:
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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
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)