diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 19b9295..1f45029 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,7 @@ jobs: with: node-version-file: .nvmrc registry-url: https://registry.npmjs.org + - uses: sbt/setup-sbt@v1.1.0 - name: Release Typescript to NPM run: | sbt "project tsApiModels" "releaseNpm ${{ needs.scala-maven-release.outputs.RELEASE_VERSION }}" diff --git a/build.sbt b/build.sbt index 1042497..f4cd03e 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import sbtversionpolicy.withsbtrelease.ReleaseVersion val contentEntityVersion = "3.0.3" val contentAtomVersion = "4.0.4" val storyPackageVersion = "2.2.0" -val contentApiModelsVersion = "25.1.1" +val contentApiModelsVersion = "26.0.0" val scroogeDependencies = Seq( "content-api-models",