From f2fce9afd2d80a0a681c5d4b494e37330fb74672 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 12 Jul 2026 21:49:22 +0000 Subject: [PATCH] [build] Update sbt-tpolecat to 0.5.7 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b1e156d..e19efb8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,4 +5,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.5") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.21.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.12") -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.5") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.7")