Skip to content

Commit

Permalink
Update play-json to 2.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lofoyet committed Feb 29, 2024
1 parent 2036dc4 commit 6829d78
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 @@ -32,7 +32,7 @@ lazy val libs =
.addJava(name ="logback-classic", version = "1.4.14", org = "ch.qos.logback")
.addJVM(name = "mau", version = "0.3.1", org = "com.kailuowang")
.addJVM(name = "newtype", version = "0.4.4", org = "io.estatico")
.add( name = "play-json", version = "2.9.4", org = "com.typesafe.play")
.add( name = "play-json", version = "2.10.4", org = "com.typesafe.play")
.addJVM(name = "play-json-derived-codecs", version = "10.1.0", org = "org.julienrf")
.addJVM(name = "rainier", version = "0.3.5", org ="com.stripe", "rainier-core", "rainier-cats")
.addJVM(name = "reactivemongo", version = reactiveMongoVer + "-RC11", org = "org.reactivemongo", "reactivemongo", "reactivemongo-bson-api", "reactivemongo-iteratees" )
Expand Down

0 comments on commit 6829d78

Please sign in to comment.