From 889288dc79e10c3c81aed216eb62c92e62cc3eb7 Mon Sep 17 00:00:00 2001 From: "gvolpe-steward[bot]" Date: Sun, 31 May 2026 00:48:51 +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 6528170..1b3e7a3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ resolvers += "Typesafe Repository" at "https://repo.typesafe.com/typesafe/releas ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.4") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.5") addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1") addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4")