From a3a67d10b08d232af923382a82ab96e517b1aa35 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 20:37:38 +0000 Subject: [PATCH 1/2] Update scalafmt-core to 3.8.6 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 9f4f9e65c..1109a82f3 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.5 +version = 3.8.6 runner.dialect = scala213 maxColumn = 120 From 7d46fc92052cfbb804bf8b447518d2ee909f3e6b Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 20:37:57 +0000 Subject: [PATCH 2/2] Update sbt-typelevel, ... to 0.7.7 --- project/plugins.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1c0f69814..ceb5c43cd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.6") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.6") -addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.6") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.6") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.7") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.1") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")