diff --git a/build.sbt b/build.sbt index eeb6f7c..8c081bc 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ resolvers ++= libraryDependencies ++= "io.circe" %% "circe-generic" % circeVersion :: "io.circe" %% "circe-parser" % circeVersion :: - "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.12.3" :: + "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.12.7" :: "org.json4s" %% "json4s-native" % json4sVersion :: "org.json4s" %% "json4s-jackson" % json4sVersion :: "com.commercetools" %% "sphere-json" % "0.12.5" ::