From 949a35a7fbee7104d469a1e29e2a943be317f0a4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Oct 2025 15:03:01 +0000 Subject: [PATCH] Update upickle to 4.4.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 76dff84a..9c568c66 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,4 +7,4 @@ addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") // for reading npmDependencies from package.json -libraryDependencies ++= Seq("com.lihaoyi" %% "upickle" % "2.0.0") +libraryDependencies ++= Seq("com.lihaoyi" %% "upickle" % "4.4.0")