From 39244ee35344fb3b0720eb1f2d9fc78ee6f21b12 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: Thu, 8 Jan 2026 16:44:18 +0000 Subject: [PATCH 1/2] Update fezziwig to 2.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c8c5869..c40ec1a 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ val storyPackageVersion = "2.2.0" val thriftVersion = "0.15.0" val scroogeVersion = "22.1.0" // update plugins too if this version changes val circeVersion = "0.14.1" -val fezziwigVersion = "2.0.0" +val fezziwigVersion = "2.0.1" // dependency versions (for tests only) val scalaTestVersion = "3.0.8" From cda05324a13e6be4f1650d1a427985a5b4e16442 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: Thu, 8 Jan 2026 16:44:18 +0000 Subject: [PATCH 2/2] Update sbt-scrooge-typescript to 4.0.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5491fa7..6e5e504 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,6 +4,6 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.5") addSbtPlugin("com.twitter" % "scrooge-sbt-plugin" % "22.1.0") -addSbtPlugin("com.gu" % "sbt-scrooge-typescript" % "1.6.0") +addSbtPlugin("com.gu" % "sbt-scrooge-typescript" % "4.0.0") addDependencyTreePlugin