From b81c0b52020fc7f44d4df24d1a3b968492f929ac Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 1 Jun 2021 15:16:20 +0200 Subject: [PATCH] Update sbt-tpolecat to 0.1.20 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bc907486..c7b6f92a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -15,4 +15,4 @@ addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") // Easily manage scalac settings across scala versions with this: -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.19") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.20")