From 6c6d709ff42ea933462a0d3fef03951c376f2124 Mon Sep 17 00:00:00 2001 From: "gvolpe-steward[bot]" Date: Sun, 31 May 2026 00:45:21 +0000 Subject: [PATCH] Update sbt-tpolecat to 0.5.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b3d1b81..be48377 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.5") addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.1") addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.3")