Skip to content

Commit

Permalink
Merge pull request #380 from scala-steward/update/sbt-circe-org-0.4.3
Browse files Browse the repository at this point in the history
Update sbt-circe-org to 0.4.3
  • Loading branch information
hamnis authored Oct 4, 2024
2 parents 10cf1e5 + 98f2776 commit 39cfa3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:

dependency-submission:
name: Submit Dependencies
if: github.event_name != 'pull_request'
if: github.event.repository.fork == false && github.event_name != 'pull_request'
strategy:
matrix:
os: [ubuntu-latest]
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("io.circe" % "sbt-circe-org" % "0.4.2")
addSbtPlugin("io.circe" % "sbt-circe-org" % "0.4.3")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")

0 comments on commit 39cfa3b

Please sign in to comment.