From ff1ec737dca9497269c050ce2e7834876b9b2bc4 Mon Sep 17 00:00:00 2001 From: 47erbot Date: Wed, 17 Mar 2021 05:08:40 +0000 Subject: [PATCH] Update sbt-tpolecat to 0.1.17 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 840da16..2c97bb6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0") addSbtPlugin("com.alejandrohdezma" % "sbt-codecov" % "0.2.0") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.6") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.16") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.17") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.14") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")