From 7ea1f05e979b12bab123f5390be900d2bd348cd2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 1 Sep 2025 16:02:10 +0000 Subject: [PATCH] Update upickle to 4.3.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 88f2207..c75a620 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,4 +5,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") // for reading npmDependencies from package.json -libraryDependencies ++= Seq("com.lihaoyi" %% "upickle" % "4.1.0") +libraryDependencies ++= Seq("com.lihaoyi" %% "upickle" % "4.3.0")