From a2ca3ef0400f9b00dd006c6dd7b0ab37a7aded13 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 26 Jun 2026 15:35:36 +0000 Subject: [PATCH] Update sbt-tpolecat to 0.5.7 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5ed9472..568d3ee 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.7") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")