Skip to content

Commit 9a68b59

Browse files
Merge branch 'main' into rjr-add-new-caption-field-to-capi-model
2 parents c2707d4 + 76e322f commit 9a68b59

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import sbtversionpolicy.withsbtrelease.ReleaseVersion
55

66
// dependency versions
77
val contentEntityVersion = "4.0.0"
8-
val contentAtomVersion = "9.0.0"
8+
val contentAtomVersion = "10.0.0"
99
val storyPackageVersion = "2.2.0"
1010
val thriftVersion = "0.15.0"
1111
val scroogeVersion = "22.1.0" // update plugins too if this version changes

models/src/main/thrift/content/v1.thrift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ struct AssetFields {
299299

300300
12: optional string name
301301

302-
13: optional string secureFile
302+
13: optional string secureFile // see also 71: secureFileWithAds
303303

304304
14: optional bool isMaster
305305

@@ -415,6 +415,8 @@ struct AssetFields {
415415
69: optional bool isMandatory
416416

417417
70: optional list<CartoonVariant> cartoonVariants
418+
419+
71: optional string secureFileWithAds
418420
}
419421

420422
struct Asset {

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")
33
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.5")
44

55
addSbtPlugin("com.twitter" % "scrooge-sbt-plugin" % "22.1.0")
6-
addSbtPlugin("com.gu" % "sbt-scrooge-typescript" % "1.6.0")
6+
addSbtPlugin("com.gu" % "sbt-scrooge-typescript" % "4.0.0")
77

88
addDependencyTreePlugin

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "37.0.1-SNAPSHOT"
1+
ThisBuild / version := "38.0.1-SNAPSHOT"

0 commit comments

Comments
 (0)