From c6848fc423b3e752821482e4ea2ad26e10030a59 Mon Sep 17 00:00:00 2001 From: "scala-steward-ahjohannessen[bot]" <106732425+scala-steward-ahjohannessen[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 06:37:04 +0000 Subject: [PATCH] Update sbt-typelevel, ... to 0.6.7 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a087539..58e1ce7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.6") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.6") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.7") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")