sbt / io

IO module for sbt
Apache License 2.0
40 stars 45 forks source link

Bump swoval to v2.1.11 #352

Closed eatkins closed 11 months ago

eatkins commented 11 months ago

For somewhat unknown reasons the native directory lister was very slow on windows for repos with deeply nested directory trees. This new version of swoval defaults to nio apis for Windows while retaining the native listers on posix platforms (where as far as I know there are no performance issues).

See https://github.com/swoval/swoval/issues/161.

eatkins commented 11 months ago

2.1.11 introduced a small regression that is fixed by 2.1.12.