Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"atomType" : "explainer",
"labels" : [ ],
"commissioningDesks" : [ ],
"tagIds" : [ ],
"defaultHtml" : "<div</div>\n",
"data" : {
"explainer": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"atomType" : "media",
"labels" : [ ],
"commissioningDesks" : [ ],
"tagIds" : [ ],
"defaultHtml" : "<div</div>\n",
"data" : {
"media": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"atomType" : "quiz",
"labels" : [ ],
"commissioningDesks" : [ ],
"tagIds" : [ ],
"defaultHtml" : "<div class=\"quiz\"><h1 class=\"quiz__title\">Test quiz in code</h1><ol class=\"quiz__questions\"><li class=\"quiz__question question\"><p class=\"question__text\">Will this quiz publish in code?</p><ol class=\"question__answers\" type=\"A\"><li class=\"question__answer answer\"><img src=\"\" alt=\"\" /><p class=\"answer__text\">Yes</p></li><li class=\"question__answer answer\"><img src=\"\" alt=\"\" /><p class=\"answer__text\">No</p></li><li class=\"question__answer answer\"><img src=\"\" alt=\"\" /><p class=\"answer__text\"></p></li><li class=\"question__answer answer\"><img src=\"\" alt=\"\" /><p class=\"answer__text\"></p></li></ol></li></ol><h2 class=\"quiz__correct-answers-title\">Solutions</h2><p class=\"quiz__correct-answers\">1:A</p><h3 class=\"quiz__scores-title\">Scores</h3><ol class=\"quiz__scores\"></ol></div>\n",
"data" : {
"quiz" : {
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading