File tree 1 file changed +4
-2
lines changed 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -188,9 +188,9 @@ Also, each example states its exact requirements at the very top.
188
188
189
189
<a name="requirements-java"/>
190
190
191
- ## Java 8
191
+ ## Java 8+
192
192
193
- Some code examples require Java 8, primarily because of the usage of
193
+ Some code examples require Java 8+ , primarily because of the usage of
194
194
[lambda expressions](https://docs.oracle.com/javase/tutorial/java/javaOO/lambdaexpressions.html).
195
195
196
196
IntelliJ IDEA users:
@@ -211,6 +211,8 @@ IntelliJ IDEA users:
211
211
If you want to experiment with the Scala examples in this repository, you need a version of Scala that supports Java 8
212
212
and SAM / Java lambda (e.g. Scala 2.11 with `-Xexperimental` compiler flag, or 2.12).
213
213
214
+ If you are compiling with Java 9+, you' ll need to have Scala version 2.12+ to be compatible with the Java version.
215
+
214
216
215
217
< a name=" packaging-and-running" />
216
218
You can’t perform that action at this time.
0 commit comments