From 7899d4f32778d504474b4f3979a52c756161cecf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 26 May 2026 11:27:04 +0000 Subject: [PATCH] Update sbt-tpolecat to 0.5.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5ed9472..7c39d52 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.5") 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")