Skip to content

Commit e76810e

Browse files
authored
Merge pull request #253 from http4s/update/sbt-http4s-org-0.17.2
Update sbt-http4s-org to 0.17.2
2 parents 3944494 + 102f743 commit e76810e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
runs-on: ${{ matrix.os }}
4949
timeout-minutes: 60
5050
steps:
51+
- name: Install sbt
52+
if: contains(runner.os, 'macos')
53+
run: brew install sbt
54+
5155
- name: Checkout current branch (full)
5256
uses: actions/checkout@v4
5357
with:
@@ -151,6 +155,10 @@ jobs:
151155
java: [temurin@8]
152156
runs-on: ${{ matrix.os }}
153157
steps:
158+
- name: Install sbt
159+
if: contains(runner.os, 'macos')
160+
run: brew install sbt
161+
154162
- name: Checkout current branch (full)
155163
uses: actions/checkout@v4
156164
with:
@@ -288,6 +296,10 @@ jobs:
288296
java: [temurin@8]
289297
runs-on: ${{ matrix.os }}
290298
steps:
299+
- name: Install sbt
300+
if: contains(runner.os, 'macos')
301+
run: brew install sbt
302+
291303
- name: Checkout current branch (full)
292304
uses: actions/checkout@v4
293305
with:
@@ -346,6 +358,10 @@ jobs:
346358
java: [temurin@11]
347359
runs-on: ${{ matrix.os }}
348360
steps:
361+
- name: Install sbt
362+
if: contains(runner.os, 'macos')
363+
run: brew install sbt
364+
349365
- name: Checkout current branch (full)
350366
uses: actions/checkout@v4
351367
with:

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.17.1")
1+
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "0.17.2")
22
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
33
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
44
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")

0 commit comments

Comments
 (0)