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] 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")