From 661de7e85805856b96f6ec9767b87a22c9e6fcad Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 18 Oct 2023 19:09:25 +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 1a88d68..c1c292d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.0")