summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2017-02-15 14:42:52 -0800
committerSeth Tisue <seth@tisue.net>2017-02-15 14:42:52 -0800
commit2b7a79e965f71132f2ead6f25788d013fe99787c (patch)
treeca68002f7f35e7baec6221b6aba9cc1e919e0780
parent096502880900d8daa75d813c63ac88aa50c25ef0 (diff)
downloadscala-2b7a79e965f71132f2ead6f25788d013fe99787c.tar.gz
scala-2b7a79e965f71132f2ead6f25788d013fe99787c.tar.bz2
scala-2b7a79e965f71132f2ead6f25788d013fe99787c.zip
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.