Skip to content

Commit

Permalink
Merge pull request #171 from guardian/ag/bump-thrift
Browse files Browse the repository at this point in the history
Update thrift library
  • Loading branch information
fredex42 authored Jul 4, 2024
2 parents 0c34d45 + 08ee988 commit 2800867
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sbtversionpolicy.withsbtrelease.ReleaseVersion

val contentEntityVersion = "3.0.3"
val scroogeVersion = "22.1.0" // remember to also update plugins.sbt if the scrooge version changes
val thriftVersion = "0.15.0" // remember to also update package.json if the thrift version changes
val thriftVersion = "0.20.0" // remember to also update package.json if the thrift version changes

val artifactProductionSettings = Seq(
organization := "com.gu",
Expand Down
88 changes: 88 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"repository": "https://github.com/guardian/content-atom",
"main": "js/main.js",
"dependencies": {
"thrift": "^0.15.0"
"thrift": "^0.20.0"
},
"devDependencies": {
"typescript": "^4.5.4"
},
"license": "Apache-2.0",
"files": [
Expand Down

0 comments on commit 2800867

Please sign in to comment.