From a292fd13787a860d66892c21f6f54b38f269a401 Mon Sep 17 00:00:00 2001 From: Cody Allen Date: Mon, 28 Oct 2013 10:50:42 -0400 Subject: [PATCH] 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. --- src/sphinx/Community/Using-Sonatype.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sphinx/Community/Using-Sonatype.rst b/src/sphinx/Community/Using-Sonatype.rst index 8c49a518c..2c9cc987c 100644 --- a/src/sphinx/Community/Using-Sonatype.rst +++ b/src/sphinx/Community/Using-Sonatype.rst @@ -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//sonatype.sbt` file with the following: ::