Skip to content

Commit

Permalink
Merge pull request #855 from http4s/update/series/0.23/sbt-http4s-org…
Browse files Browse the repository at this point in the history
…-0.16.3

Update sbt-http4s-org to 0.16.3 in series/0.23
  • Loading branch information
danicheg authored Mar 1, 2024
2 parents 59ffe72 + bf16a43 commit 07d6a03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Upload target directories
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
path: targets.tar
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
run: sbt +update

- name: Download target directories (3)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3

Expand All @@ -135,7 +135,7 @@ jobs:
rm targets.tar
- name: Download target directories (2.12)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12

Expand All @@ -145,7 +145,7 @@ jobs:
rm targets.tar
- name: Download target directories (2.13)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
addSbtPlugin("org.http4s" %% "sbt-http4s-org" % "0.16.2")
addSbtPlugin("org.http4s" %% "sbt-http4s-org" % "0.16.3")

0 comments on commit 07d6a03

Please sign in to comment.