Skip to content

Commit

Permalink
Bump swoval to v2.1.11
Browse files Browse the repository at this point in the history
This release fixes slow performance on Windows for listing deeply
nested directories. See swoval/swoval#161.
The user confirmed that the performance goes from about 14 minutes
to 10 seconds to initialize file watching in their repo after this
change.
  • Loading branch information
eatkins authored and tgodzik committed Sep 21, 2023
1 parent f5aa2eb commit f84650e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ lazy val metals = project
// for measuring memory footprint
"org.openjdk.jol" % "jol-core" % "0.17",
// for file watching
"com.swoval" % "file-tree-views" % "2.1.10",
"com.swoval" % "file-tree-views" % "2.1.11",
// for http client
"io.undertow" % "undertow-core" % "2.2.20.Final",
"org.jboss.xnio" % "xnio-nio" % "3.8.10.Final",
Expand Down

0 comments on commit f84650e

Please sign in to comment.