From aba300dc07ab4aacd57b1d24f11f39ab2d95e013 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 19:52:57 +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 3875c82..475341d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,6 +6,6 @@ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11") -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.6") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.7") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.6") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.7")