From 1cb1e417c10db42d141830cd6dd11684b98ad76f Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 10 Jul 2025 02:45:22 +0000 Subject: [PATCH] Update play-json to 3.1.0-M2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c5399b8..5a420d9 100644 --- a/build.sbt +++ b/build.sbt @@ -188,7 +188,7 @@ lazy val commonSettings = Def.settings( Compile / PB.targets := Nil, (Test / PB.protoSources) := Seq(baseDirectory.value.getParentFile / "shared/src/test/protobuf"), scalapbJsonCommonVersion := "0.10.0", - playJsonVersion := "3.1.0-M1", + playJsonVersion := "3.1.0-M2", libraryDependencies ++= Seq( "com.github.scalaprops" %%% "scalaprops" % "0.10.0" % "test", "io.github.scalapb-json" %%% "scalapb-json-common" % scalapbJsonCommonVersion.value,