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",