A collection of utilities to help make working with Scala easier.
Available at Bintray and built at TravisCI
Just add this to your build.sbt
"com.imageintelligence" %% "galahad-core" % "1.0.0"
"com.imageintelligence" %% "galahad-argonaut" % "1.0.0"
Clone the repository:
git clone https://github.com/ImageIntelligence/galahad.git
Compile
sbt compile
Test
sbt test