Scala+ is a collection of utilities for Scala code. It is cross-built for Scala 2.10, 2.11 and 2.12.
To add it as a dependency, use the following coordinates:
libraryDependencies += "global.namespace.scala-plus" %% "scala-plus" % "<version>"
For a valid version number, see releases.
sbt +test
First, edit the value of the setting key version in build.sbt to make sure that it does not end with -SNAPSHOT.
Second, make sure the credentials are configured in ~/.sbt/0.13/*.sbt and run
sbt +publishSigned
Third, tag the commit with scala-plus-<version> where <version> is the value of the setting key version.
Fourth, increment the value of the setting key version to the next semantic version number and
append -SNAPSHOT again.
Finally, browse to OSS Nexus Repository Manager, find the staging repository, close and release it.