Update play-json to 2.9.4 (#4959)

This commit is contained in:
Scala Steward 2023-01-30 18:44:45 +01:00 committed by GitHub
parent 853bd2387e
commit 7043c95800
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ object Deps {
val zeromq = "0.5.3"
val scalapb = "0.11.12"
val akkav = "10.2.10"
val playv = "2.9.3" //https://github.com/playframework/play-json/releases
val playv = "2.9.4" //https://github.com/playframework/play-json/releases
val akkaStreamv = "2.6.20"
val jUnixSocketV = "2.6.1"
val scodecV = "1.1.34"