sammthomson / scala-utils

utility functions I commonly find myself needing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Scala Utils

Some utility functions I commonly find myself needing.

SBT

Add the following lines to your build.sbt:

resolvers += Resolver.bintrayRepo("sammthomson", "maven")

libraryDependencies += "org.samthomson" %% "scala-utils" % "0.2"

About

utility functions I commonly find myself needing

License:MIT License


Languages

Language:Scala 100.0%