Scaladex Needs Your Help

Scaladex is an index of Scala Libraries. We spend a lot of time cataloging open source library using different data sources. Normally when an author publishes a library he or she provides a link to their GitHub repository. Unfortunately, not all author does that. We are inviting the community to solve this problem. If you are a library author, please add this information in your build.

scmInfo := Some(
  ScmInfo(
    url("https://github.com/example/foobar"),
    "scm:git:[email protected]:example/foobar.git"
  )
)

Please also send a PR to claim your releases, if the scm tag was missing when you published. Finally, if you are motivated to claim repository for other projects please send us a PR!