From 8a5aca61af34826f680e7bee79079cbd2ced3cb9 Mon Sep 17 00:00:00 2001 From: Mark Canlas Date: Sun, 24 Apr 2022 21:38:23 -0400 Subject: [PATCH] sbt-tpolecat 0.3.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index abef88c..d3c51cf 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.2.3") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.3.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.0") addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.0.1")