Skip to content

Commit 7276381

Browse files
Update play-json to 3.1.0-M10
1 parent 06914fb commit 7276381

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ val msgpack4zPlay = crossProject(JSPlatform, JVMPlatform, NativePlatform)
1818
libraryDependencies += "org.playframework" %%% "play-json" % "3.0.6",
1919
)
2020
.nativeSettings(
21-
libraryDependencies += "org.playframework" %%% "play-json" % "3.1.0-M9",
21+
libraryDependencies += "org.playframework" %%% "play-json" % "3.1.0-M10",
2222
scalapropsNativeSettings
2323
)
2424
.jsSettings(

0 commit comments

Comments
 (0)