From 206749d0d7f66e1de07d28007f72dbdb57ef6ac4 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:38:38 +0000 Subject: [PATCH] Update sbt-typelevel, ... to 0.6.1 --- project/plugins.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 942acf156..184e39d82 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.0") -addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.6.0") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.0") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.6.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.1") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")