From 0c063c27ca321797e1c867e077d90a6a5b018cfc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 27 Jun 2020 02:03:23 +0200 Subject: [PATCH] Update sbt-tpolecat to 0.1.13 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9db49272c..6d7bde2cd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,4 +10,4 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.8.2") addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.8.2") addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.8.2") addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.12") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.13")