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:
Cody Allen 2013-10-28 10:50:42 -04:00 committed by Mark Harrah
parent a37d8d4770
commit a292fd1378
1 changed files with 1 additions and 1 deletions

View File

@ -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:
::