We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b48e8b9 + 2d8c5c1 commit d99c915Copy full SHA for d99c915
1 file changed
build.sbt
@@ -133,7 +133,7 @@ lazy val `play-json` = module("play-json") {
133
.settings(
134
description := "yaml4s integration with play-json",
135
libraryDependencies +=
136
- ("org.playframework" %%% "play-json" % "3.0.4")
+ ("org.playframework" %%% "play-json" % "3.0.5")
137
.cross(CrossVersion.for3Use2_13)
138
)
139
}
0 commit comments