Home

Awesome

Content API Thrift models

content-api-models-scala Scala version support content-api-models-json Scala version support CI Release

Version Info

17.0.0

Publishing a new release

This repo uses gha-scala-library-release-workflow to automate publishing releases (both full & preview releases) - see Making a Release.

Information about built bundles

The content-api-models project builds the following bundles:

Publishing locally

To publish a snapshot version locally.

sbt +publishLocal

Running tests

This repository is cross-compiled for scala 2.12 and 2.13, so the CI workflow uses sbt +test to run the tests against all versions in crossScalaVersions.

You can also run the tests for a specific Scala version if necessary:

sbt ++2.12.11 test