From 7f008b13e7e394f58282cfcdf66094f9e3d8d6c8 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: Tue, 18 Nov 2025 18:20:56 +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 ffe7ea0..c076cdc 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ import sbtversionpolicy.withsbtrelease.ReleaseVersion val contentEntityVersion = "3.0.3" val contentAtomVersion = "7.0.7" val storyPackageVersion = "2.2.0" -val thriftVersion = "0.15.0" +val thriftVersion = "0.22.0" val scroogeVersion = "22.1.0" // update plugins too if this version changes val circeVersion = "0.14.1" val fezziwigVersion = "2.0.0"