From 2cc8a8339679f60db9b1ef0e6be65924ddbce5f0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 25 Jan 2025 04:37:43 +0000 Subject: [PATCH] Update sbt-typelevel-mergify to 0.7.7 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 89236a001f..08fc0c2208 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,6 +11,6 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.6") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.7") ThisBuild / evictionErrorLevel := Level.Info