Skip to content

christian-schlichtherle/scala-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Release Notes Scala 2.10 Scala 2.11 Scala 2.12 Apache License 2.0

Scala+

Scala+ is a collection of utilities for Scala code. It is cross-built for Scala 2.10, 2.11 and 2.12.

How to use

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.

How to build and test

sbt +test

How to publish

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.