From c48856e74e9ebd04493dbb6b1ba2b71eef90cdd4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 14:48:31 +0000 Subject: [PATCH] Update sbt-typelevel-mergify to 0.7.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f0242f0..7e6f41f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,4 +14,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.1") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.3")