From b5a2a61ca8118a9a0bd29080bd3eaca674d39114 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Jan 2024 20:13:03 +0000 Subject: [PATCH] Update upickle to 3.1.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 116d1cb5..6496f1d1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,4 +7,4 @@ addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") // for reading npmDependencies from package.json -libraryDependencies ++= Seq("com.lihaoyi" %% "upickle" % "2.0.0") +libraryDependencies ++= Seq("com.lihaoyi" %% "upickle" % "3.1.4")