Skip to content

Commit

Permalink
Update play-json to 2.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Jan 25, 2023
1 parent 4e4a63c commit c46bf4b
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 @@ -217,7 +217,7 @@ lazy val `play-json` = module("play-json") {
.settings(
description := "play-json codecs for kubernetes data models",
libraryDependencies ++= Seq(
("com.typesafe.play" %%% "play-json" % "2.9.3")
("com.typesafe.play" %%% "play-json" % "2.9.4")
.cross(CrossVersion.for3Use2_13)
)
)
Expand Down

0 comments on commit c46bf4b

Please sign in to comment.