From 3b5b3617d1b634cf967bb46cc6e7346e08901878 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 3 Feb 2022 17:29:20 +0100 Subject: [PATCH] Update sphere-json to 0.12.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index eeb6f7c..fe729b9 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.7" :: "com.typesafe.play" %% "play-json" % "2.9.2" :: "io.spray" %% "spray-json" % "1.3.6" :: "io.argonaut" %% "argonaut" % "6.3.3" ::