mirror of https://github.com/sbt/sbt.git
Replaced linesIterator by not deprecated lines method
This commit is contained in:
parent
7caee99846
commit
363a841f5a
|
|
@ -758,7 +758,7 @@ object Cache {
|
|||
|
||||
def parseChecksum(content: String): Option[BigInteger] = {
|
||||
val lines = content
|
||||
.linesIterator
|
||||
.lines
|
||||
.toVector
|
||||
|
||||
parseChecksumLine(lines) orElse parseChecksumAlternative(lines)
|
||||
|
|
|
|||
Loading…
Reference in New Issue