mirror of https://github.com/sbt/sbt.git
Add SBT version to example path for credentials file
As of sbt 0.13, the credentials won't be found if they aren't within a version directory.
This commit is contained in:
parent
a37d8d4770
commit
a292fd1378
|
|
@ -117,7 +117,7 @@ Fourth - Adding credentials
|
|||
---------------------------
|
||||
|
||||
The credentials for your Sonatype OSSRH account need to be added
|
||||
somewhere. Common convention is a `~/.sbt/sonatype.sbt` file with the
|
||||
somewhere. Common convention is a `~/.sbt/<sbt version>/sonatype.sbt` file with the
|
||||
following:
|
||||
|
||||
::
|
||||
|
|
|
|||
Loading…
Reference in New Issue