-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): Guardian library updates #98
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
import ReleaseTransformations._ | ||
import sbtversionpolicy.withsbtrelease.ReleaseVersion | ||
|
||
val contentEntityVersion = "3.0.3" | ||
val contentAtomVersion = "4.0.4" | ||
val contentEntityVersion = "4.0.0" | ||
val contentAtomVersion = "6.0.0" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Currently we can't update
More details: Resolution: We'd need |
||
val storyPackageVersion = "2.2.0" | ||
val contentApiModelsVersion = "26.0.0" | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
addSbtPlugin("com.twitter" % "scrooge-sbt-plugin" % "22.1.0") | ||
|
||
addSbtPlugin("com.gu" % "sbt-scrooge-typescript" % "2.0.0") | ||
addSbtPlugin("com.gu" % "sbt-scrooge-typescript" % "3.0.3") | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Currently we can't update the The compilation error for this update is as followed:
|
||
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently we can't update
com.gu:content-entity-thrift
to4.0.0
becausecom.gu:content-api-models-scala
depends on3.0.3
.More details:
The conflict seems to come from libthrift because
content-entity-thrift
in version 3.0.3 is usinglibthrift
v0.19.0 butcontent-entity-thrift
in version 4.0.0 is usinglibthrift
v0.20.0Resolution: We'd need
content-api-models-scala
to update their libthrift to 0.20.0 which seems to be already happening as part of this PR https://github.com/guardian/content-api-models/pull/249/files