From 70b4059d33aa62f9cb2014b82da2c300f051d0ad 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:28:19 +0000 Subject: [PATCH] Update libthrift to 0.22.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 74e6e91..a4769db 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ 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 thriftVersion = "0.20.0" // remember to also update package.json if the thrift version changes +val thriftVersion = "0.22.0" // remember to also update package.json if the thrift version changes val artifactProductionSettings = Seq( organization := "com.gu",