From 27eeea0a4501d73ca23e74d41ad7f2eec8421b91 Mon Sep 17 00:00:00 2001 From: "scala-steward-ahjohannessen[bot]" <106732425+scala-steward-ahjohannessen[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 18:35:21 +0000 Subject: [PATCH] Update sbt-typelevel, ... to 0.6.1 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 440357e..b9d3194 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.0") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.0") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.1") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")