From 11c4b65e070c0ce7b8e9739c1ca234451aff3344 Mon Sep 17 00:00:00 2001 From: "scala-steward-simy4[bot]" <150573504+scala-steward-simy4[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 01:08:42 +0000 Subject: [PATCH] Update sbt-tpolecat to 0.5.6 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 18634cc..ce38024 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,4 +6,4 @@ addSbtPlugin("com.github.sbt.junit" % "sbt-jupiter-interface" % "0.19.0") addSbtPlugin("org.jetbrains.scala" % "sbt-kotlin-plugin" % "4.0.0-M1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1") addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.6.0") -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.5") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.6")