From 4589f100be90594d96d0d378a268bded7136b777 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 7 Feb 2026 15:04:58 +0000 Subject: [PATCH] Update sbt-tpolecat to 0.5.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ea2d0db..1c4d02f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0") -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.3") addSbtPlugin("com.frugalmechanic" % "fm-sbt-s3-resolver" % "0.23.0")