summaryrefslogtreecommitdiff
path: root/src/intellij
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan@lightbend.com>2016-07-26 11:12:33 -0700
committerGitHub <noreply@github.com>2016-07-26 11:12:33 -0700
commit7102f643a9670e7c1b12a23375eba27e4359d0a0 (patch)
treea76668307ac45cf115e9b57288c073f2db0a9bc0 /src/intellij
parent4bc9ca51a4b016bdb9c24a7bcb776ae8d5de9436 (diff)
parent3205091c5530b41072dc0624a3362809bdadf6ee (diff)
downloadscala-7102f643a9670e7c1b12a23375eba27e4359d0a0.tar.gz
scala-7102f643a9670e7c1b12a23375eba27e4359d0a0.tar.bz2
scala-7102f643a9670e7c1b12a23375eba27e4359d0a0.zip
Merge pull request #5299 from mpociecha/improve-intellij-integration
Improve sbt-based IntelliJ integration in case of Windows
Diffstat (limited to 'src/intellij')
-rw-r--r--src/intellij/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intellij/README.md b/src/intellij/README.md
index 650d91e5d1..7bd990288b 100644
--- a/src/intellij/README.md
+++ b/src/intellij/README.md
@@ -17,7 +17,7 @@ are ignored.
## Dependencies
-For every module in the IntelliJ project there is a corresponding `-deps` library, for exmaple `compiler-deps` provides `ant.jar` for the compiler codebase.
+For every module in the IntelliJ project there is a corresponding `-deps` library, for example `compiler-deps` provides `ant.jar` for the compiler codebase.
The `.jar` files in these `-deps` libraries can be easily kept up-to-date by running `sbt intellij` again.
This is necessary whenever the dependencies in the sbt build change, for example when the `starr` version is updated.