From ffc36d1f9a218f66831f463d33a9aa258ccc72e2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 26 May 2026 15:04:14 +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 0b9c7f0..90709be 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.30.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.9.0") -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.4") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.5") addSbtPlugin("com.frugalmechanic" % "fm-sbt-s3-resolver" % "0.23.0")