From daf0037cfe992a1d9659c681d482b92a835141e9 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 00:16:31 +0000 Subject: [PATCH] Update play-json to 3.0.2 --- benchmark/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/build.sbt b/benchmark/build.sbt index 53c5f11..e1cfe44 100644 --- a/benchmark/build.sbt +++ b/benchmark/build.sbt @@ -8,7 +8,7 @@ libraryDependencies ++= { "io.argonaut" %% "argonaut" % "6.3.9", "org.json4s" %% "json4s-native" % "4.0.7", "org.json4s" %% "json4s-jackson" % "4.0.7", - "org.playframework" %% "play-json" % "3.0.1", + "org.playframework" %% "play-json" % "3.0.2", "com.rojoma" %% "rojoma-json" % "2.4.3", "com.rojoma" %% "rojoma-json-v3" % "3.15.0", "io.spray" %% "spray-json" % "1.3.6",