Skip to content

Commit

Permalink
Bump swoval to v2.1.12
Browse files Browse the repository at this point in the history
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 swoval/swoval#161.
  • Loading branch information
eatkins committed Sep 21, 2023
1 parent f23f0eb commit 3c30161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ object Dependencies {
val jnaVersion = "5.13.0"
val jna = "net.java.dev.jna" % "jna" % jnaVersion
val jnaPlatform = "net.java.dev.jna" % "jna-platform" % jnaVersion
val swovalFiles = "com.swoval" % "file-tree-views" % "2.1.10"
val swovalFiles = "com.swoval" % "file-tree-views" % "2.1.12"
}

0 comments on commit 3c30161

Please sign in to comment.