Skip to content

Commit

Permalink
ok, now updated the lib version in the _right_ place
Browse files Browse the repository at this point in the history
  • Loading branch information
fredex42 committed Jul 3, 2024
1 parent edc833a commit 08ee988
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
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
16 changes: 16 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"dependencies": {
"thrift": "^0.20.0"
},
"devDependencies": {
"typescript": "^4.5.4"
},
"license": "Apache-2.0",
"files": [
"js/main.js",
Expand Down

0 comments on commit 08ee988

Please sign in to comment.