From 495ab07c4e09cb09b882672cd4ada7f86299280c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 26 May 2026 12:28:05 +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 1ca1af1..d527001 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1") -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.4") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.5") addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.5.8") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")