From 031400d2750596f2357c57faff4b615e31825f84 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 26 Jun 2026 01:11:18 +0000 Subject: [PATCH] Update sbt-tpolecat to 0.5.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0090605..714f05f 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.7"), addSbtPlugin("com.eed3si9n" % "sbt-salad-days" % BuildInfo.sbtSaladDaysVersion) )