From 7203edf52e7fd2a341c9453c8848a7df488ee8bf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 May 2026 15:33:07 +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 022b37c..afb9cba 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2 addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta39") // sane scalac options -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.4") addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2")