Skip to content

Commit 1ba39d9

Browse files
committed
Update play-json to 3.0.4
1 parent d08d7f0 commit 1ba39d9

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
@@ -313,7 +313,7 @@ lazy val `play-json` = module("play-json") {
313313
.settings(
314314
description := "play-json codecs for kubernetes data models",
315315
libraryDependencies ++= Seq(
316-
("org.playframework" %%% "play-json" % "3.0.3")
316+
("org.playframework" %%% "play-json" % "3.0.4")
317317
.cross(CrossVersion.for3Use2_13)
318318
)
319319
)

0 commit comments

Comments
 (0)