From fdd859afda88ed52a3d060b15ce61fa25e866324 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 14 Jul 2023 20:24:44 +0200 Subject: [PATCH] Update sbt-tpolecat to 0.4.4 (#382) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 78ebe4f5..d4768255 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1") addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta39") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.3") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") // for reading npmDependencies from package.json