From 409eb3e206756905210f0a76cb3b15cdefc07fa9 Mon Sep 17 00:00:00 2001 From: Mark Canlas Date: Tue, 11 Jul 2023 11:26:29 -0400 Subject: [PATCH] sbt tpolecat 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 30c9fab..938271c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.3") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0") addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.1.3")