From 8ec2bb8c794fa18198f21311ab524a393a13af08 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 2 Mar 2024 18:17:40 +0000 Subject: [PATCH] Update sbt-typelevel, ... to 0.6.7 --- project/plugins.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 814c6aa..a8e954d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.5") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.5") -addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.6.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.6.7") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")