Skip to content

Commit

Permalink
Merge pull request #83 from hnaderi/update/play-json-3.0.1
Browse files Browse the repository at this point in the history
Update play-json to 3.0.1
  • Loading branch information
mergify[bot] authored Nov 16, 2023
2 parents c62dc32 + f6bef74 commit e86c88d
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 @@ -135,7 +135,7 @@ lazy val `play-json` = module("play-json") {
.settings(
description := "yaml4s integration with play-json",
libraryDependencies +=
("com.typesafe.play" %%% "play-json" % "2.10.3")
("org.playframework" %%% "play-json" % "3.0.1")
.cross(CrossVersion.for3Use2_13)
)
}
Expand Down

0 comments on commit e86c88d

Please sign in to comment.