From 9ab1be75650fefad835550aa9069f9cf8d046fd3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 May 2026 18:59:04 +0000 Subject: [PATCH] Update sbt-tpolecat to 0.5.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 48fc9be..a3f55f6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.4") addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")