From 35da560512122e18d61a351f47ebab26235fadaf Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 4 Nov 2023 07:28:38 +0100 Subject: [PATCH] Update sbt-typelevel to 0.6.1 (#621) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c1c292d..b0103b7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.0") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.1")