Skip to content

Commit 4dd95e7

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update play-json to 3.1.0-M3
1 parent e69fb4a commit 4dd95e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ lazy val commonSettings = Def.settings(
188188
Compile / PB.targets := Nil,
189189
(Test / PB.protoSources) := Seq(baseDirectory.value.getParentFile / "shared/src/test/protobuf"),
190190
scalapbJsonCommonVersion := "0.10.0",
191-
playJsonVersion := "3.1.0-M2",
191+
playJsonVersion := "3.1.0-M3",
192192
libraryDependencies ++= Seq(
193193
"com.github.scalaprops" %%% "scalaprops" % "0.10.0" % "test",
194194
"io.github.scalapb-json" %%% "scalapb-json-common" % scalapbJsonCommonVersion.value,

0 commit comments

Comments
 (0)