From f5375586d497ce6c53bbeab0a99885c4bd33ff0d Mon Sep 17 00:00:00 2001 From: Mark Canlas Date: Mon, 14 Feb 2022 12:03:58 -0500 Subject: [PATCH] unblock unused parameters --- project/plugins.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index fdce135..a272149 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.20") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34") addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.17")