diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2419cbb..17e00c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -237,7 +237,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/build.sbt b/build.sbt index 2031058..16fe1b6 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ ThisBuild / organization := "org.typelevel" ThisBuild / organizationName := "Typelevel" ThisBuild / startYear := Some(2023) -ThisBuild / crossScalaVersions := Seq("3.3.3", "2.12.20", "2.13.14") +ThisBuild / crossScalaVersions := Seq("3.3.4", "2.12.20", "2.13.14") ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.head ThisBuild / doctestTestFramework := DoctestTestFramework.ScalaCheck