From 9ce8852d7123487674a25bbcbb701184df8494b7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 26 May 2026 16:14:53 +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 2faee99..3545684 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.5") addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2") addSbtPlugin("io.shiftleft" % "sbt-ci-release-early" % "2.0.46") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")