From d556693b424cd1abd4217ba2d1f9c51490ac524e Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 04:40:55 +0000 Subject: [PATCH] Update sbt-typelevel, sbt-typelevel-site to 0.7.4 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3a21b4bd..b1da7490 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,9 +5,9 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0" addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17") -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.0") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.4") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.0") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")