diff --git a/build.sbt b/build.sbt index eeb6f7c..39a4023 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ libraryDependencies ++= "org.json4s" %% "json4s-native" % json4sVersion :: "org.json4s" %% "json4s-jackson" % json4sVersion :: "com.commercetools" %% "sphere-json" % "0.12.5" :: - "com.typesafe.play" %% "play-json" % "2.9.2" :: + "com.typesafe.play" %% "play-json" % "2.9.3" :: "io.spray" %% "spray-json" % "1.3.6" :: "io.argonaut" %% "argonaut" % "6.3.3" :: "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.8.1" ::