File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,23 +30,23 @@ The Functional Java artifact is published to Maven Central using the group `org.
3030* the core library (`functionaljava`)
3131* Java 8 specific support (`functionaljava-java8`)
3232
33- The latest version is `4.2 `. This can be added to your Gradle project by adding the dependencies:
33+ The latest version is `4.3 `. This can be added to your Gradle project by adding the dependencies:
3434----
35- compile "org.functionaljava:functionaljava:4.2 "
36- compile "org.functionaljava:functionaljava-java8:4.2 "
35+ compile "org.functionaljava:functionaljava:4.3 "
36+ compile "org.functionaljava:functionaljava-java8:4.3 "
3737----
3838
3939and in Maven:
4040----
4141<dependency>
4242 <groupId>org.functionaljava</groupId>
4343 <artifactId>functionaljava</artifactId>
44- <version>4.2 </version>
44+ <version>4.3 </version>
4545</dependency>
4646<dependency>
4747 <groupId>org.functionaljava</groupId>
4848 <artifactId>functionaljava-java8</artifactId>
49- <version>4.2 </version>
49+ <version>4.3 </version>
5050</dependency>
5151----
5252
You can’t perform that action at this time.
0 commit comments