From 21998f91cde8e57d694f69162bf6f70828c50db0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 17 Mar 2021 08:22:43 +0100 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 f319fda..bacc330 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.14") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.17") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3") // publish to maven central using sonatype nexus addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")