diff --git a/modules/api/dependencies.sbt b/modules/api/dependencies.sbt index 037f755..faf9eaa 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.1" % 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..030b8dc 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.1" % Provided :: Nil