From c2c23129d7febb2bd7e9b3feb2bb90f4e917d45b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 14 Jul 2023 14:21:44 +0000 Subject: [PATCH] Update sbt-tpolecat to 0.4.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index fd17e8d..9e97176 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.10.1 addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.16") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.17") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4") addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "3.1.1") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.18") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")