From 27f7f266ad1f10f15426234597532e802d24eee0 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: Mon, 18 May 2026 11:17:52 +0000 Subject: [PATCH] Update libthrift to 0.23.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 74e6e91..aa00561 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.23.0" // remember to also update package.json if the thrift version changes val artifactProductionSettings = Seq( organization := "com.gu",