/Sundry

Various shims for Scala

Primary LanguageScala

#Sundry

Sundry contains some types and methods which I find useful; in spirit it is similar to Grizzled Scala.

Build Status

##Installation

You can use Sundry in your SBT project by simply adding the following dependency to your build file:

libraryDependencies += "st.sparse" %% "sundry" % "0.1-SNAPSHOT"

You also need to add the Sonatype "snapshots" repository resolver to your build file:

resolvers += Resolver.sonatypeRepo("snapshots")