From c024ba57e7e3e5b0a4e596b3590fbb782f5bbb05 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 13 Jul 2023 07:27:19 +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 c81f8d2b7..cca24ba0a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,5 +8,5 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.3" addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.9") addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.16") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.1") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.2") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4") addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.3.10")