From 3e20c0e4f1f8933a531f288dd53482ed017b9de0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 4 Dec 2020 08:40:14 +0100 Subject: [PATCH] Update sbt-tpolecat to 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 7bd0f27..78904e0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("au.com.onegeek" %% "sbt-dotenv" % "2.1.169") addSbtPlugin("com.github.tkawachi" % "sbt-lock" % "0.6.2") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.10") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.16") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.4")