From 80fabea3c510dfc5631c857e06b84f650d4220ca Mon Sep 17 00:00:00 2001 From: 47erbot Date: Fri, 22 Jul 2022 05:33:38 +0000 Subject: [PATCH] Update sbt-tpolecat to 0.4.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 78c62c1b..944280ce 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,4 +8,4 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-codecov" % "0.2.1") addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.11.2") addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.2") addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.2") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.0") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1")