From a628d33021718034749346ab034add7ddeacd3c8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 17 Feb 2023 00:24:48 +0000 Subject: [PATCH] Update sphere-json to 0.12.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index eeb6f7c..f60a80d 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ libraryDependencies ++= "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.12.3" :: "org.json4s" %% "json4s-native" % json4sVersion :: "org.json4s" %% "json4s-jackson" % json4sVersion :: - "com.commercetools" %% "sphere-json" % "0.12.5" :: + "com.commercetools" %% "sphere-json" % "0.12.12" :: "com.typesafe.play" %% "play-json" % "2.9.2" :: "io.spray" %% "spray-json" % "1.3.6" :: "io.argonaut" %% "argonaut" % "6.3.3" ::