Skip to content

Commit 691f868

Browse files
authored
Restore Java 8 compatibility
1 parent 5876de3 commit 691f868

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ Note heap memory usage is measured just before flushing the workbook to the outp
3434

3535
## Prerequisites
3636

37-
- Java 11+. Build with Maven. (Fastexcel versions before 0.17 are compatible with Java 8.)
37+
- Java 8+. Build with Maven.
3838
- Include the following dependency in your POM:
3939
```xml
4040
<dependency>
4141
<groupId>org.dhatim</groupId>
4242
<artifactId>fastexcel</artifactId>
43-
<version>0.17.0</version>
43+
<version>0.18.0</version>
4444
</dependency>
4545
```
4646

@@ -337,7 +337,7 @@ In between there a more developer friendly wrapper around Apache Poi called [Exc
337337
<dependency>
338338
<groupId>org.dhatim</groupId>
339339
<artifactId>fastexcel-reader</artifactId>
340-
<version>0.17.0</version>
340+
<version>0.18.0</version>
341341
</dependency>
342342
```
343343

0 commit comments

Comments
 (0)