🌟 Say thanks to everyone who helps build and maintain your JVM dependencies on github
SCM information is obtained from the maven metadata.
SBT 1.x
Add the following line to either of these files:
- The project-specific file at
project/sbt-thanks.sbt
- Your global file at
~/.sbt/1.0/plugins/sbt-thanks.sbt
addSbtPlugin("com.owlandrews" % "sbt-thanks" % "0.3.0")
Github API Credentials can be stored in a separate sbt file thanks.sbt
in your global sbt 1.x settings folder
import com.owlandrews.sbt.thanks.ThanksPlugin
thanksPublicGitHubApiUser := "githubUsername"
thanksPublicGitHubApiKey := "personal access token"
Github personal access tokens can be obtained here
Enable scope public_repo
(Access public repositories)
Contributions via GitHub pull requests are gladly accepted from their original author. Along with any pull requests, please state that the contribution is your original work and that you license the work to the project under the project's open source license. Whether or not you state this explicitly, by submitting any copyrighted material via pull request, email, or other means you agree to license the material under the project's open source license and warrant that you have the legal authority to do so.
This code is open source software licensed under the MIT license.