Skip to content

Commit

Permalink
Bump swoval to 2.1.12
Browse files Browse the repository at this point in the history
I discovered a small regression that caused sbt's tests to fail in
2.1.11 (sbt/io#352). The 2.1.12 release
fixes the regression (swoval/swoval#173) while
still making the switch from the jni based directory lister to the
nio based directory lister on windows.  It is possible that 2.1.12 is
slower than 2.1.11 on Windows because it restores some additional
directory scanning during registration. My intuition is that it should
not go back up to 14 minutes for the reporting user's use case but it
might not be as quick as 10 seconds.
  • Loading branch information
eatkins committed Sep 21, 2023
1 parent b511ce9 commit aa98735
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.11",
"com.swoval" % "file-tree-views" % "2.1.12",
// 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 aa98735

Please sign in to comment.