Skip to content

Commit

Permalink
Update requirements to Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
julgus committed Sep 1, 2023
1 parent 307798d commit ae39511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Expand Up @@ -91,7 +91,7 @@ More examples are available in the JPAstreamer link:https://speedment.github.io/
== Install
Since JPAstreamer acts merely as an API extension for existing JPA providers it requires minimal installation and configuration efforts. You only need to specify that the JPAstreamer dependency is required to compile your source code.

NOTE: JPAStreamer requires the use of Java 8 or later.
NOTE: JPAStreamer requires the use of Java 11 or later.

=== Maven
In Maven, the following JPAstreamer dependency is added to the project's pom.xml-file.
Expand Down

0 comments on commit ae39511

Please sign in to comment.