From ce0570108864143796913dbbb1fc790ed91e086a Mon Sep 17 00:00:00 2001 From: Simon Byford Date: Wed, 5 Jun 2024 16:17:33 +0100 Subject: [PATCH] Bump `contentApiModelsVersion` --- .changeset/kind-forks-wash.md | 5 +++++ build.sbt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/kind-forks-wash.md diff --git a/.changeset/kind-forks-wash.md b/.changeset/kind-forks-wash.md new file mode 100644 index 0000000..55a10a9 --- /dev/null +++ b/.changeset/kind-forks-wash.md @@ -0,0 +1,5 @@ +--- +"apps-rendering-api-models": major +--- + +This changes pulls in the latest version of content-api-models diff --git a/build.sbt b/build.sbt index 71a6342..3155970 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import ReleaseTransformations._ val contentEntityVersion = "2.2.1" val contentAtomVersion = "4.0.0" val storyPackageVersion = "2.2.0" -val contentApiModelsVersion = "20.1.0" +val contentApiModelsVersion = "23.0.0" val scroogeDependencies = Seq( "content-api-models",