Skip to content

Commit

Permalink
Merge pull request playframework#808 from mkurz/play-json-3
Browse files Browse the repository at this point in the history
Play-json 3.0.0
  • Loading branch information
mkurz authored Oct 22, 2023
2 parents 25a6aee + 2992967 commit a75a88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object Dependencies {

val junitInterface = Seq("com.github.sbt" % "junit-interface" % "0.13.3")

val playJson = Seq("org.playframework" %% "play-json" % "3.0.0-M1")
val playJson = Seq("org.playframework" %% "play-json" % "3.0.0")

val slf4jApi = Seq("org.slf4j" % "slf4j-api" % "2.0.9")

Expand Down

0 comments on commit a75a88a

Please sign in to comment.