Skip to content

Commit

Permalink
Update README.md (#366)
Browse files Browse the repository at this point in the history
Path of the global plugin definition file depend of sbt version (sbt 1.0 is creating a "0.13" folder but it doesn't read it)
  • Loading branch information
hyviquel authored and benmccann committed Aug 30, 2018
1 parent 264e4bb commit 7d267a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ For sbt 0.13 and up

- Add sbteclipse to your plugin definition file (or create one if doesn't exist). You can use either:

- the global file (for version 0.13 and up) at *~/.sbt/0.13/plugins/plugins.sbt*
- the global file (for version 0.13 and up) at *~/.sbt/SBT_VERSION/plugins/plugins.sbt*
- the project-specific file at *PROJECT_DIR/project/plugins.sbt*

For the latest version:
Expand Down

0 comments on commit 7d267a1

Please sign in to comment.