From 2061148eb66f5ccb4e7157b0988c1ac17e06b7ad Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Feb 2026 16:53:50 +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 412cfde..e9e3589 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.3") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4")