diff --git a/Library-Management.md b/Library-Management.md index 517c590..0632d9d 100644 --- a/Library-Management.md +++ b/Library-Management.md @@ -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.