From f6244e51212bc59a24a14e6c2665fab10668a081 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 16:05:13 +0000 Subject: [PATCH] Update sbt-tpolecat to 0.5.3 --- 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..154801f 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.3"), ) diff --git a/src/main/g8/project/plugins.sbt b/src/main/g8/project/plugins.sbt index bca847e..a9851cf 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.3")