Skip to content

Commit

Permalink
Update play-json to 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Sep 18, 2023
1 parent 31170a3 commit 77b797d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ lazy val commonSettings = Def.settings(
Compile / PB.targets := Nil,
(Test / PB.protoSources) := Seq(baseDirectory.value.getParentFile / "shared/src/test/protobuf"),
scalapbJsonCommonVersion := "0.8.9",
playJsonVersion := "2.10.0",
playJsonVersion := "2.10.1",
libraryDependencies ++= Seq(
"com.github.scalaprops" %%% "scalaprops" % "0.9.1" % "test",
"com.github.scalaprops" %%% "scalaprops-shapeless" % "0.5.1" % "test",
Expand Down

0 comments on commit 77b797d

Please sign in to comment.