From 5e91fdf3fa3db6494a890ed5de918637ab4c4c35 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Feb 2026 16:50:47 +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 36c49ff..c3bee2c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.3") // workaround for conflict between sbt-scoverage and scalastyle-sbt-plugin // https://github.com/scala/bug/issues/12632