diff --git a/project/plugins.sbt b/project/plugins.sbt index f98cd36..9fb80d3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -20,7 +20,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.0" addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.12") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.4.0") addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.0-RC1") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.10") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4") addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.5.2") addSbtPlugin("dev.zio" % "zio-shield" % "0.1.0")