From 9603479e59af46a1c4befebcc1d0a33ee784db44 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 20 Feb 2024 01:04:53 +0100 Subject: [PATCH] Update sbt-typelevel to 0.6.6 (#640) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3273301..370cd80 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0") -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.6")