From ce9490be763ee74b4839ad699ad7f457625be7e9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 18 Oct 2023 18:02:38 +0000 Subject: [PATCH] Update sbt-typelevel to 0.6.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 011cf5ce..7438d793 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.20") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.1") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.12") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.1")