diff --git a/project/plugins.sbt b/project/plugins.sbt index e7deff35..01fafa2b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ credentials += Credentials(Path.userHome / ".sbt" / ".credentials") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.22") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.4.0")