From 13845933412c847456ff8c2fe20e370b9b97b473 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: Mon, 18 May 2026 11:06:01 +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 278d0d7..2955567 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ import sbtversionpolicy.withsbtrelease.ReleaseVersion val contentEntityVersion = "4.0.0" val contentAtomVersion = "10.0.0" val storyPackageVersion = "2.2.0" -val thriftVersion = "0.15.0" +val thriftVersion = "0.23.0" val scroogeVersion = "22.1.0" // update plugins too if this version changes val circeVersion = "0.14.1" val fezziwigVersion = "2.0.0"