From 9c7ec4b9a3d126bfcb268af14ac525f49d4df37f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 15 Apr 2024 18:25:22 +0000 Subject: [PATCH] Update upickle to 3.3.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a5661f9..cc08d29 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,4 +5,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1") // for reading npmDependencies from package.json -libraryDependencies ++= Seq("com.lihaoyi" %% "upickle" % "3.2.0") +libraryDependencies ++= Seq("com.lihaoyi" %% "upickle" % "3.3.0")