Skip to content

Commit 279b936

Browse files
Update sbt-http4s-org to 2.0.4 (#319)
* Update sbt-http4s-org to 2.0.4 * Run prePR with sbt-typelevel Executed command: sbt tlPrePrBotHook --------- Co-authored-by: http4s-steward[bot] <106843772+http4s-steward[bot]@users.noreply.github.com>
1 parent b8c1076 commit 279b936

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
timeout-minutes: 60
5050
steps:
5151
- name: Checkout current branch (full)
52-
uses: actions/checkout@v5
52+
uses: actions/checkout@v6
5353
with:
5454
fetch-depth: 0
5555

@@ -155,7 +155,7 @@ jobs:
155155
runs-on: ${{ matrix.os }}
156156
steps:
157157
- name: Checkout current branch (full)
158-
uses: actions/checkout@v5
158+
uses: actions/checkout@v6
159159
with:
160160
fetch-depth: 0
161161

@@ -295,7 +295,7 @@ jobs:
295295
runs-on: ${{ matrix.os }}
296296
steps:
297297
- name: Checkout current branch (full)
298-
uses: actions/checkout@v5
298+
uses: actions/checkout@v6
299299
with:
300300
fetch-depth: 0
301301

@@ -356,7 +356,7 @@ jobs:
356356
runs-on: ${{ matrix.os }}
357357
steps:
358358
- name: Checkout current branch (full)
359-
uses: actions/checkout@v5
359+
uses: actions/checkout@v6
360360
with:
361361
fetch-depth: 0
362362

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" % "2.0.3")
1+
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "2.0.4")
22
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
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)