From 45aaa743eb4d09c6ed196850562b40e5a3a8ae94 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-private-repos[bot]" <108460179+gu-scala-steward-private-repos[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:51:25 +0000 Subject: [PATCH 1/4] Update scala-library to 2.12.21 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b7e770f..5ed5530 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ lazy val artifactProductionSettings = Seq( Compile / scroogeDisableStrict := true, // scrooge 21.3.0: Builds are now only supported for Scala 2.12+ // https://twitter.github.io/scrooge/changelog.html#id11 - crossScalaVersions := Seq("2.12.18", scalaVersion.value), + crossScalaVersions := Seq("2.12.21", scalaVersion.value), organization := "com.gu", licenses := Seq("Apache v2" -> url("http://www.apache.org/licenses/LICENSE-2.0.html")), scmInfo := Some(ScmInfo(url("https://github.com/guardian/content-api-models"), "scm:git@github.com:guardian/content-api-models.git")), From 8cbe2164c2a7f76b5ba5545a0f7b1e75244bb05c Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-private-repos[bot]" <108460179+gu-scala-steward-private-repos[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:51:25 +0000 Subject: [PATCH 2/4] Update scala-library to 2.13.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5ed5530..d120fb3 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ val snapshotReleaseSuffix = "-SNAPSHOT" lazy val artifactProductionSettings = Seq( - scalaVersion := "2.13.12", + scalaVersion := "2.13.18", // This old attempt to downgrade scrooge reserved word clashes is now insufficient... https://github.com/twitter/scrooge/issues/259#issuecomment-1900743695 Compile / scroogeDisableStrict := true, // scrooge 21.3.0: Builds are now only supported for Scala 2.12+ From 8067ca5e9324566d3d98865de36e21feff5230a6 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-private-repos[bot]" <108460179+gu-scala-steward-private-repos[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:51:25 +0000 Subject: [PATCH 3/4] Update sbt to 1.9.9 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index abbbce5..04267b1 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.8 +sbt.version=1.9.9 From c30916628be9537b276a8944885d58adfdfb4af0 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-private-repos[bot]" <108460179+gu-scala-steward-private-repos[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:51:25 +0000 Subject: [PATCH 4/4] Update scalatest to 3.0.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d120fb3..fa5da8c 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val circeVersion = "0.14.1" val fezziwigVersion = "2.0.0" // dependency versions (for tests only) -val scalaTestVersion = "3.0.8" +val scalaTestVersion = "3.0.9" val guavaVersion = "19.0" val diffsonVersion = "4.1.1"