Skip to content

Commit f07aa58

Browse files
authored
Merge pull request #351 from scala-steward/update/play-json-3.0.6
Update play-json to 3.0.6
2 parents 793b885 + 3d9772a commit f07aa58

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
@@ -96,7 +96,7 @@ lazy val sangriaPlayJson = (projectMatrix in file("sangria-play-json"))
9696
_.settings(
9797
moduleName := name.value + "-play30",
9898
libraryDependencies ++= Seq(
99-
"org.playframework" %% "play-json" % "3.0.5"
99+
"org.playframework" %% "play-json" % "3.0.6"
100100
)
101101
)
102102
)

0 commit comments

Comments
 (0)