diff --git a/build.sbt b/build.sbt index 278d0d7..7e01e9c 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ import sbtversionpolicy.withsbtrelease.ReleaseVersion // dependency versions val contentEntityVersion = "4.0.0" -val contentAtomVersion = "10.0.0" +val contentAtomVersion = "11.0.1-PREVIEW.update-sbt-scrooge-typescript.2026-05-22T1509.c7e7514f" val storyPackageVersion = "2.2.0" val thriftVersion = "0.15.0" val scroogeVersion = "22.1.0" // update plugins too if this version changes diff --git a/json/src/test/resources/templates/item-content-with-atom-explainer.json b/json/src/test/resources/templates/item-content-with-atom-explainer.json index 1450f91..c8453e9 100644 --- a/json/src/test/resources/templates/item-content-with-atom-explainer.json +++ b/json/src/test/resources/templates/item-content-with-atom-explainer.json @@ -23,6 +23,7 @@ "atomType" : "explainer", "labels" : [ ], "commissioningDesks" : [ ], + "tagIds" : [ ], "defaultHtml" : "\n", "data" : { "explainer": { diff --git a/json/src/test/resources/templates/item-content-with-atom-media.json b/json/src/test/resources/templates/item-content-with-atom-media.json index 93e67b4..238978b 100644 --- a/json/src/test/resources/templates/item-content-with-atom-media.json +++ b/json/src/test/resources/templates/item-content-with-atom-media.json @@ -22,6 +22,7 @@ "atomType" : "media", "labels" : [ ], "commissioningDesks" : [ ], + "tagIds" : [ ], "defaultHtml" : "\n", "data" : { "media": { diff --git a/json/src/test/resources/templates/item-content-with-atom-quiz.json b/json/src/test/resources/templates/item-content-with-atom-quiz.json index 51c6110..3fc822f 100644 --- a/json/src/test/resources/templates/item-content-with-atom-quiz.json +++ b/json/src/test/resources/templates/item-content-with-atom-quiz.json @@ -22,6 +22,7 @@ "atomType" : "quiz", "labels" : [ ], "commissioningDesks" : [ ], + "tagIds" : [ ], "defaultHtml" : "

Test quiz in code

  1. Will this quiz publish in code?

    1. \"\"

      Yes

    2. \"\"

      No

    3. \"\"

    4. \"\"

Solutions

1:A

Scores

    \n", "data" : { "quiz" : { diff --git a/project/plugins.sbt b/project/plugins.sbt index 3fc6f01..b5e921f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,6 +3,6 @@ addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.5") addSbtPlugin("com.twitter" % "scrooge-sbt-plugin" % "22.1.0") -addSbtPlugin("com.gu" % "sbt-scrooge-typescript" % "4.0.0") +addSbtPlugin("com.gu" % "sbt-scrooge-typescript" % "4.0.1-PREVIEW.update-ts-config-target-to-es6.2026-05-22T1440.f78c59b2") addDependencyTreePlugin