From f9aacbcad639bd5aebe8430e1252c993c66bc192 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 7 Apr 2023 14:21:45 +0000 Subject: [PATCH] Update upickle to 3.1.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index baefc920..702bb42a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,4 +7,4 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") // for reading npmDependencies from package.json -libraryDependencies ++= Seq("com.lihaoyi" %% "upickle" % "2.0.0") +libraryDependencies ++= Seq("com.lihaoyi" %% "upickle" % "3.1.0")