From d2c4e08b8edb4b9e0c173575854da7565d887d21 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 16:23:43 +0000 Subject: [PATCH] Update sbt-tpolecat to 0.5.4 --- 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..443bc5b 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.4"), ) diff --git a/src/main/g8/project/plugins.sbt b/src/main/g8/project/plugins.sbt index bca847e..b305b84 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.4")