diff --git a/build.sbt b/build.sbt index 805ac41..f77b246 100644 --- a/build.sbt +++ b/build.sbt @@ -73,7 +73,7 @@ lazy val playJson = crossProject(JSPlatform, JVMPlatform, NativePlatform) .in(file("playJson")) .settings(commonSettings: _*) .settings(name := "diffson-play-json", - libraryDependencies += "org.playframework" %%% "play-json" % "3.0.1", + libraryDependencies += "org.playframework" %%% "play-json" % "3.0.2", tlVersionIntroduced := Map("3" -> "4.3.0")) .nativeSettings(tlVersionIntroduced := Map("2.12" -> "4.5.0", "2.13" -> "4.5.0", "3" -> "4.5.0")) .dependsOn(core, testkit % Test)