Publish process is based on sbt-sonatype plugin
Export credentials for sonatype repository:
export SONATYPE_USERNAME=???
export SONATYPE_PASSWORD=???
To publish signed artifacts to sonatype repository use
sbt 'release cross'
After that close staging repository and release to central using
sbt sonatypeRelease