From bfaa4ba7be548ee8d3c65eb16922cb83f15b92bb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Nov 2023 16:42:36 +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 ab8e3fbf..45442b95 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,9 +3,9 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.22") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.22") -addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.4.22") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.6.1") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.4.0") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")