diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99ef8f1..9557a16 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -245,7 +245,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 085ef41..afbc96f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -16,4 +16,4 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4") -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.3")