From 37e1be3474643cc310c741d5123644ed0d03027f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 May 2026 15:04:23 +0000 Subject: [PATCH] Update sbt-tpolecat to 0.5.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e95ff68..aeac88a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,5 +5,5 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.21.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.11") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.9.0" ) -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.3") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.4") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")