Skip to content

Commit

Permalink
Merge pull request #259 from scala-steward/update/sbt-circe-org-0.3.1
Browse files Browse the repository at this point in the history
Update sbt-circe-org to 0.3.1
  • Loading branch information
hamnis authored Apr 17, 2024
2 parents 21c6e03 + 1918486 commit c20622d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,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 }}-${{ matrix.project }}
path: targets.tar
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
run: sbt +update

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

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

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("io.circe" % "sbt-circe-org" % "0.3.0")
addSbtPlugin("io.circe" % "sbt-circe-org" % "0.3.1")

0 comments on commit c20622d

Please sign in to comment.