From e5283ad85cca6490f16e48f9836b15304ca34101 Mon Sep 17 00:00:00 2001 From: kaluza-libraries <123489691+kaluza-libraries@users.noreply.github.com> Date: Thu, 22 Aug 2024 04:02:05 +0000 Subject: [PATCH] Update sbt-tpolecat to 0.5.2 in master --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 28dfa1ff..e4a74d13 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1") addSbtPlugin("fr.qux" % "sbt-release-tags-only" % "0.5.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")