From bb32f1c04367ad9b64feec9e3c86b44b57a82922 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 25 Jun 2026 00:54:18 +0000 Subject: [PATCH] Update sbt-tpolecat to 0.5.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0090605..16deb4b 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ lazy val common = project addSbtPlugin( "org.scalameta" % "sbt-scalafmt" % BuildInfo.sbtScalafmtVersion ), - addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2"), + addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.6"), addSbtPlugin("com.eed3si9n" % "sbt-salad-days" % BuildInfo.sbtSaladDaysVersion) )