Skip to content

Commit

Permalink
Merge pull request #445 from scala-steward/update/sbt-circe-org-0.4.2
Browse files Browse the repository at this point in the history
Update sbt-circe-org to 0.4.2
  • Loading branch information
hamnis authored Jul 30, 2024
2 parents 0e26d86 + e3658f3 commit cd87de1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
runs-on: ${{ matrix.os }}
timeout-minutes: 60
steps:
- name: Install sbt
if: contains(runner.os, 'macos')
run: brew install sbt

- name: Checkout current branch (full)
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -96,6 +100,10 @@ jobs:
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
- name: Install sbt
if: contains(runner.os, 'macos')
run: brew install sbt

- name: Checkout current branch (full)
uses: actions/checkout@v4
with:
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("io.circe" % "sbt-circe-org" % "0.4.1")
addSbtPlugin("io.circe" % "sbt-circe-org" % "0.4.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6")
addSbtPlugin("com.timushev.sbt" % "sbt-rewarn" % "0.1.3")

0 comments on commit cd87de1

Please sign in to comment.