From a86865ff45852da3e8798740a140126e91ed751c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 11:40:37 +0000 Subject: [PATCH] Update play-json to 2.10.6 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 031cf3c..b26646c 100644 --- a/build.sc +++ b/build.sc @@ -90,7 +90,7 @@ object json extends Module { class PlayModule(val crossScalaVersion: String) extends JsonModule("Play") with PublishModule { - def ivyDeps = Agg(ivy"com.typesafe.play::play-json:2.9.4") + def ivyDeps = Agg(ivy"com.typesafe.play::play-json:2.10.6") def moduleDeps = List(jose(crossScalaVersion)) }