diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9d0b928..94abab46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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] diff --git a/project/plugins.sbt b/project/plugins.sbt index f71f800b..fc90769b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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")