We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69fb4a commit 4dd95e7Copy full SHA for 4dd95e7
build.sbt
@@ -188,7 +188,7 @@ lazy val commonSettings = Def.settings(
188
Compile / PB.targets := Nil,
189
(Test / PB.protoSources) := Seq(baseDirectory.value.getParentFile / "shared/src/test/protobuf"),
190
scalapbJsonCommonVersion := "0.10.0",
191
- playJsonVersion := "3.1.0-M2",
+ playJsonVersion := "3.1.0-M3",
192
libraryDependencies ++= Seq(
193
"com.github.scalaprops" %%% "scalaprops" % "0.10.0" % "test",
194
"io.github.scalapb-json" %%% "scalapb-json-common" % scalapbJsonCommonVersion.value,
0 commit comments