From 56a5d666e9631962cf60b2450f53d3d613947bda Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 18 Feb 2022 20:16:26 +0100 Subject: [PATCH] Update sbt-tpolecat to 0.1.22 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f05ad05..520bee8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,6 +2,6 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.18") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.22") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.3")