mirror of https://github.com/sbt/sbt.git
Fix link to sbt-git plugin
The old url https://github.com/sbt/sbt-git-plugin resulted in an 404 error. Changed to https://github.com/sbt/sbt-git which seems to be the correct url for that plugin.
This commit is contained in:
parent
51728d1ad1
commit
f9059849df
|
|
@ -159,7 +159,7 @@ System plugins
|
|||
https://github.com/steppenwells/sbt-sh
|
||||
- cronish-sbt (interval sbt / shell command execution):
|
||||
https://github.com/philcali/cronish-sbt
|
||||
- git (executes git commands): https://github.com/sbt/sbt-git-plugin
|
||||
- git (executes git commands): https://github.com/sbt/sbt-git
|
||||
- svn (execute svn commands): https://github.com/xuwei-k/sbtsvn
|
||||
- sbt-groll (sbt plugin to navigate the Git history):
|
||||
https://github.com/sbt/sbt-groll
|
||||
|
|
|
|||
Loading…
Reference in New Issue