From 5592d6bb15969a83e90c5330553d249ae9c7c154 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 6 Nov 2023 21:31:46 +0100 Subject: [PATCH] Update sbt-typelevel-mergify to 0.6.1 (#3202) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6f5bfd0d1e..67e906feb7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,4 +11,4 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.4.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.0") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.1")