From 5822d84ef348c8812839e90053ade11d693b08e0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 May 2026 15:04:06 +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 2677f0f..f6b096f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.9.0") -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.3") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.4") addSbtPlugin("com.frugalmechanic" % "fm-sbt-s3-resolver" % "0.23.0")