From 40afce8a95e97017d90574c41f6feed4a289226d Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:29:22 +0000 Subject: [PATCH 1/2] Update scala3-library, ... to 3.3.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 5e0906750b3c3bb3bb0a3b9d3386a2ca6a8cafe6 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:29:36 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]