You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a formula for acquiring the prerequisites on other platforms, please toss them up here!
Build
Longevity has a pretty standard SBT multi-project build. These are the projects:
root
longevity
emblem
longevity-cassandra-deps
longevity-mongodb-deps
longevity-sqlite-deps
The main project is root, and it aggregates the rest, so you can perform the entire build locally with sbt publishLocal. Or if you just want to run all the tests, use sbt test. Etc.