summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan@lightbend.com>2017-02-16 10:57:48 -0800
committerGitHub <noreply@github.com>2017-02-16 10:57:48 -0800
commit9422e7a9fdd45418dddd95a4c4bf2a4407713d72 (patch)
tree2760cd3cf620a12828b5f54918fbe83cb98329a0
parentac25524aa9e54c80baf49c6eaa1a84e4d8bf15a7 (diff)
parent2b7a79e965f71132f2ead6f25788d013fe99787c (diff)
downloadscala-9422e7a9fdd45418dddd95a4c4bf2a4407713d72.tar.gz
scala-9422e7a9fdd45418dddd95a4c4bf2a4407713d72.tar.bz2
scala-9422e7a9fdd45418dddd95a4c4bf2a4407713d72.zip
Merge pull request #5705 from SethTisue/readme-ant-tweak
update Ant version info in readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ed42eadaaa..bbfe7a797b 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ You need the following tools:
- sbt, we recommend the [sbt-extras](https://github.com/paulp/sbt-extras) runner
script. It provides sensible default jvm options (stack and heap size).
- curl (for `./pull-binary-libs.sh`, used by the sbt / ant build).
- - Apache Ant (version 1.9.3 or above) if you need to use the (deprecated) ant build.
+ - Apache Ant (version 1.9.x, minimum 1.9.3; Ant 1.10+ doesn't work on Java 6) if you are using the ant build.
Mac OS X and Linux work. Windows may work if you use Cygwin. Community help with keeping
the build working on Windows is appreciated.