From fb5835a950c433c94333d306e6efeddc13e1aa62 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 18 Feb 2022 17:24:04 +0100 Subject: [PATCH] Update sbt-tpolecat to 0.1.21 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a82ade20..192ea3f2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.20") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.21") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.0.1") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")