From b12684d1e0bb83a2988eba73caf6c0ef7a0a9c3d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 19:07:19 +0000 Subject: [PATCH 1/4] Update sbt-typelevel 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 1ab507f..1402d85 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.3") addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.2") addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") From bb79c5ea5157ccfb553ec616c2d5dabc9792f8b0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 19:07:56 +0000 Subject: [PATCH 2/4] Run prePR with sbt-typelevel Executed command: sbt tlPrePrBotHook --- .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 7b9523a..fb45324 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,7 +170,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] From 77f3b545575d37d0bbb02fd863d5bee8182901f3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 19:07:58 +0000 Subject: [PATCH 3/4] Update sbt-typelevel-scalafix 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 1402d85..d28c08a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.3") addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.2") -addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.3") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4") From 060453c184bf74e744c8a8ecb86c7bdb5c59a2da Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 19:07:59 +0000 Subject: [PATCH 4/4] Update 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 d28c08a..af716c9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.3") addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.3") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4")