Closed ioleo closed 6 years ago
In sbt 1.0.0 release the PathFinder's *** method has been renamed to allPaths.
***
allPaths
Using outdated code from the example will yield error: value *** is not a member of java.io.File.
error: value *** is not a member of java.io.File
Thanks!
In sbt 1.0.0 release the PathFinder's
***
method has been renamed toallPaths
.Using outdated code from the example will yield
error: value *** is not a member of java.io.File
.