diff --git a/modules/api/dependencies.sbt b/modules/api/dependencies.sbt index 037f755..a60d813 100644 --- a/modules/api/dependencies.sbt +++ b/modules/api/dependencies.sbt @@ -6,7 +6,7 @@ libraryDependencies ++= Nil libraryDependencies ++= - "com.typesafe.play" %% "play-json" % "2.7.4" % Test :: + "com.typesafe.play" %% "play-json" % "2.9.2" % Test :: "eu.timepit" %% "refined-scalacheck" % "0.9.14" % Test :: "eu.timepit" %% "refined-shapeless" % "0.9.14" % Test :: Nil diff --git a/modules/play-json/dependencies.sbt b/modules/play-json/dependencies.sbt index be63a31..bf9f7a1 100644 --- a/modules/play-json/dependencies.sbt +++ b/modules/play-json/dependencies.sbt @@ -1,4 +1,4 @@ libraryDependencies ++= "com.beachape" %% "enumeratum-play-json" % "1.5.16" :: - "com.typesafe.play" %% "play-json" % "2.7.4" % Provided :: + "com.typesafe.play" %% "play-json" % "2.9.2" % Provided :: Nil