From 4b83dfa976c3aa4141fa1dbe9141d48f05d4d94f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 2 Jun 2024 22:27:25 +0000 Subject: [PATCH] Update argonaut to 6.3.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index eeb6f7c..3427a80 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ libraryDependencies ++= "com.commercetools" %% "sphere-json" % "0.12.5" :: "com.typesafe.play" %% "play-json" % "2.9.2" :: "io.spray" %% "spray-json" % "1.3.6" :: - "io.argonaut" %% "argonaut" % "6.3.3" :: + "io.argonaut" %% "argonaut" % "6.3.10" :: "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.8.1" :: "com.lihaoyi" %% "upickle" % "1.3.12" :: "com.phylage" %% "refuel-json" % "2.0.1" ::