From c4a004dfaff625af2384a7bef1e7202ea517fa11 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 12 Jul 2023 20:14:43 +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 c3b16a6a..502b1c23 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ credentials += Credentials(Path.userHome / ".sbt" / ".credentials") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.3") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4") addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.22") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7")