From 79510f063861cbbd1bc600a72c2332b6ed84a9da Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 20 Feb 2024 03:08:09 +0100 Subject: [PATCH] Update upickle to 3.1.5 (#145) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index af6181f..cf0ff8e 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.0") // for reading npmDependencies from package.json -libraryDependencies ++= Seq("com.lihaoyi" %% "upickle" % "3.1.4") +libraryDependencies ++= Seq("com.lihaoyi" %% "upickle" % "3.1.5")