Commit 9a0ce227 authored by Nick Hynes's avatar Nick Hynes Committed by Jim Lawson
Browse files

Fix build error due to scala bug #11125 (#967)

JDK 11 `java.lang.String#lines` conflicts with Scala `StringOps#lines`.
This has been fixed in scalac 2.12.8 but projects using 2.11 in their
cross-build need the `Predef.augmentString` patch.

[Scala bug & fix reference](https://github.com/scala/bug/issues/11125)
parent b8e1f3f0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment