From 8a08a18ef52ade1b368be4949dcc4b677240ce04 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Feb 2020 14:02:02 +0100 Subject: [PATCH] Update sbt-tpolecat to 0.1.11 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4f20845..7cb5ece 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.1") addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.6") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.10") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.11") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.4.0")