From 4241c4eb90b3bd8db6851b55348f5f99b24bc7b3 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:50:46 +0000 Subject: [PATCH] Update scrooge-core, scrooge-sbt-plugin to 22.12.0 --- build.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index b7e770f..4c9374c 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val contentEntityVersion = "4.0.0" val contentAtomVersion = "9.0.0" val storyPackageVersion = "2.2.0" val thriftVersion = "0.15.0" -val scroogeVersion = "22.1.0" // update plugins too if this version changes +val scroogeVersion = "22.12.0" // update plugins too if this version changes val circeVersion = "0.14.1" val fezziwigVersion = "2.0.0" diff --git a/project/plugins.sbt b/project/plugins.sbt index 3fc6f01..5f051a0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.5") -addSbtPlugin("com.twitter" % "scrooge-sbt-plugin" % "22.1.0") +addSbtPlugin("com.twitter" % "scrooge-sbt-plugin" % "22.12.0") addSbtPlugin("com.gu" % "sbt-scrooge-typescript" % "4.0.0") addDependencyTreePlugin