Skip to content

Commit 939e3b9

Browse files
author
DavidUnderdown
committed
Java 6 support was dropped in release 1.1
1 parent bc5e4ce commit 939e3b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ The Validation tool and APIs are written in Scala 2.11 and may be used as:
2020

2121
* A library in your Scala project.
2222

23-
* A library in your Java project (We provide a Java 6 interface, to make things simple for Java programmers too).
23+
* A library in your Java project (We provide a Java 7 interface, to make things simple for Java programmers too).
2424

25-
The Validation Tool and APIs can be used on any Java Virtual Machine which supports Java 6 or better. The source code is
25+
The Validation Tool and APIs can be used on any Java Virtual Machine which supports Java 7 or better (**NB Java 6 support was removed in version 1.1**). The source code is
2626
built using the [Apache Maven](http://apache.maven.org) build tool, by executing `mvn clean install`.
2727

2828

0 commit comments

Comments
 (0)