scala/scala-java8-compat

StreamConverters.toScala on 2.13 uses value param instead of type param

Closed this issue · 0 comments

lrytz commented

This prevents cross-building projects using java8-compat on 2.12 and 2.13, which is the only reason for having a 2.13 release. The toScala method should have the same API.