Updated Library Management (markdown)

harrah 2011-06-05 10:22:53 -07:00
parent d962478c58
commit 1c08c74252
1 changed files with 1 additions and 1 deletions

@ -102,7 +102,7 @@ resolvers += ScalaToolsSnapshots
sbt can search your local Maven repository if you add it as a repository:
```scala
resolvers += "Local Maven Repository" at "file://"+Path.userHome+"/.m2/repository"
resolvers += "Local Maven Repository" at "file://"+Path.userHome.absolutePath+"/.m2/repository"
```
See [[Resolvers]] for details on defining other types of repositories.