-
Notifications
You must be signed in to change notification settings - Fork 76
FAQ
Guillaume Massé edited this page Jun 30, 2017
·
8 revisions
We currently only support Bintray and Maven Central.
See https://github.com/sbt/sbt/issues/2566
We group projects by github url (organization/repository). We find this information in the scm tag. Create a PR against claims.json to associate releases with projects in case you published without a scm tag.
Include the following in your README.md:
[![Latest version](https://index.scala-lang.org/<organization>/<repository>/<artifact>/latest.svg)](https://index.scala-lang.org/<organization>/<repository>/<artifact>)
And replace:
-
<organization>
by the GitHub organization hosting the project (e.g. “scalacenter”), -
<repository>
by the GitHub repository hosting the project (e.g. “scalafix”), -
<artifact>
by the Maven artifact name (e.g. “scalafix-core”)