From 6c54c57e7b1aa77a3e05d952febdb5e22fa713c3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Feb 2026 20:02:27 +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 2faee99..869ba8e 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.3") 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")