From 5e2f00a33d923e3f32f91c0d7e3a91b1d826fc53 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 20:36:08 +0000 Subject: [PATCH] Update sbt-tpolecat to 0.5.5 --- build.sbt | 2 +- src/main/g8/project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index ad5372d..8c5a031 100644 --- a/build.sbt +++ b/build.sbt @@ -20,5 +20,5 @@ lazy val root = (project in file(".")) "org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test ), // Add sbt plugins here, so that scala steward updates them in the g8 template - addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2"), + addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.5"), ) diff --git a/src/main/g8/project/plugins.sbt b/src/main/g8/project/plugins.sbt index bca847e..d4bef4d 100644 --- a/src/main/g8/project/plugins.sbt +++ b/src/main/g8/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.5")