diff --git a/benchmark/build.sbt b/benchmark/build.sbt index 23a3b76b..f0808926 100644 --- a/benchmark/build.sbt +++ b/benchmark/build.sbt @@ -8,7 +8,7 @@ libraryDependencies ++= { "io.argonaut" %% "argonaut" % "6.3.8", "org.json4s" %% "json4s-native" % "4.0.6", "org.json4s" %% "json4s-jackson" % "4.0.6", - "com.typesafe.play" %% "play-json" % "2.9.4", + "com.typesafe.play" %% "play-json" % "2.10.2", "com.rojoma" %% "rojoma-json" % "2.4.3", "com.rojoma" %% "rojoma-json-v3" % "3.15.0", "io.spray" %% "spray-json" % "1.3.6",