Skip to content

Commit

Permalink
Replace 8 with 11
Browse files Browse the repository at this point in the history
  • Loading branch information
MancunianSam committed Nov 15, 2024
1 parent dbf10a6 commit f7ea3b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ The Validation tool and APIs are written in Scala 2.13 and may be used as:

* A library in your Scala project.

* A library in your Java project (We provide a Java 8 interface, to make things simple for Java programmers too).
* A library in your Java project (We provide a Java 11 interface, to make things simple for Java programmers too).

The Validation Tool and APIs can be used on any Java Virtual Machine which supports Java 8 or better (**NB Java 6 support was removed in version 1.1**). The source code is
The Validation Tool and APIs can be used on any Java Virtual Machine which supports Java 11 or better (**NB Java 6 support was removed in version 1.1**). The source code is
built using the [Apache Maven](https://maven.apache.org/) build tool:

1. For use in other Java/Scala Applications, build by executing `mvn clean install`.
Expand Down

0 comments on commit f7ea3b7

Please sign in to comment.