From b4b983de11e863ca2d5dc4080a8c1bfcb2b930b3 Mon Sep 17 00:00:00 2001 From: "scala-steward-codacy[bot]" <125902487+scala-steward-codacy[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 10:13:43 +0000 Subject: [PATCH] Update play-json-joda to 2.10.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9dab8e9..96a08c8 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ val scala212 = "2.12.20" val scala213 = "2.13.11" val scalaVersions = Seq(scala212, scala213) -val play27 = "2.7.4" +val play27 = "2.10.8" val play28 = "2.8.2" lazy val playJsonVersion = settingKey[String]("The version of play-json used for building.")