From 78fcb68def25ab7a07a0edb3da8bdb9195da7c75 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 26 Jun 2026 19:59:52 +0000 Subject: [PATCH] Update sbt-tpolecat to 0.5.7 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 88f2207..6b224dc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.7") // for reading npmDependencies from package.json libraryDependencies ++= Seq("com.lihaoyi" %% "upickle" % "4.1.0")