HyperBird GIS Model library
sbt command can be replaced by activator act or whatever your aliases and sbt build tool is named. From now on act is used.
Checkout available activator tasks with: act tasks
act compile
act test
act package
Project such as hb-api depending on hb-geo-model require artifact (binary jar) to be available in ivy / maven repository
act publish-local
build.sbt contains configurations to build both binary distributions for:
Scala 2.10, Play 2.2-2.4
Scala 2.11, Play 2.5
Just comment / uncomment the related scalaVersion and libraryDependencies lines.
act eclipse