From af41ee8dc52065888ca393bf0063bab55172df99 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 17:27:24 +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 74e6e91..33d810f 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ import sbtversionpolicy.withsbtrelease.ReleaseVersion import java.net.URI val contentEntityVersion = "4.0.0" -val scroogeVersion = "22.1.0" // remember to also update plugins.sbt if the scrooge version changes +val scroogeVersion = "22.12.0" // remember to also update plugins.sbt if the scrooge version changes val thriftVersion = "0.20.0" // remember to also update package.json if the thrift version changes val artifactProductionSettings = Seq( diff --git a/project/plugins.sbt b/project/plugins.sbt index c3be74d..5c6e570 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") -addSbtPlugin("com.twitter" % "scrooge-sbt-plugin" % "22.1.0") +addSbtPlugin("com.twitter" % "scrooge-sbt-plugin" % "22.12.0") addSbtPlugin("com.gu" % "sbt-scrooge-typescript" % "1.6.0") addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.0")