From 3bfaa56e2a3fb2fffe7dd335beb78431fe811897 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 12:09:06 +0000 Subject: [PATCH 1/3] Update sbt-typelevel, sbt-typelevel-site to 0.7.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a19f2794c1..5dfb79c96a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val sbtTypelevelVersion = "0.7.2" +val sbtTypelevelVersion = "0.7.3" addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion) addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") From 107856ad130996d079d28dd13173375412d46eeb Mon Sep 17 00:00:00 2001 From: danicheg Date: Sun, 8 Sep 2024 13:31:19 +0300 Subject: [PATCH 2/3] Resolve the com.lihaoyi.geny dependency conflict MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Michael Pilquist Co-authored-by: Marco Zühlke --- project/plugins.sbt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5dfb79c96a..90eccd41ea 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,3 +6,5 @@ addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.10.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") + +libraryDependencySchemes += "com.lihaoyi" %% "geny" % VersionScheme.Always From 6fca8def4fcfc341e3522aba0667da11adf3d1b8 Mon Sep 17 00:00:00 2001 From: danicheg Date: Sun, 8 Sep 2024 13:37:03 +0300 Subject: [PATCH 3/3] Regenerate ci.yml --- .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 1a6e854fef..5443795f7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -314,7 +314,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]