From 989374e1de2cd5ee28b640160e88eb7dfb7c6559 Mon Sep 17 00:00:00 2001 From: Mark Canlas Date: Mon, 7 Dec 2020 13:39:50 -0500 Subject: [PATCH] sbt-tpolecat 0.1.16 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a4ee775..bc871d8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.14") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.16") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.20") addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.10")