From be7dde5e59cb24d353ce3ec000f71c4658fc0501 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 6 Mar 2024 15:47:33 +0000 Subject: [PATCH] Update sbt-tpolecat to 0.4.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a5122be9..945cf2e0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") addSbtPlugin("ch.epfl.scala" % "sbt-release-early" % "2.1.1") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.22") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4")