Skip to content

Commit

Permalink
Bump swoval
Browse files Browse the repository at this point in the history
I found an off by one error that would erroneously evict a subdirectory
from monitoring if both the subdirectory and its parent were registered
with depth=0.  This is fairly rare in normal sbt builds since usually
only the base directory is registered with depth=0, but I discovered it
in a scripted test and it surely would have caused an issue for some
users.
  • Loading branch information
eatkins committed Jan 16, 2019
1 parent 277853c commit 622f3ff
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 @@ -13,5 +13,5 @@ object Dependencies {
val scalatest = "org.scalatest" %% "scalatest" % "3.0.6-SNAP3"
val jna = "net.java.dev.jna" % "jna" % "4.5.0"
val jnaPlatform = "net.java.dev.jna" % "jna-platform" % "4.5.0"
val swovalFiles = "com.swoval" % "file-tree-views" % "2.0.6"
val swovalFiles = "com.swoval" % "file-tree-views" % "2.0.7"
}

0 comments on commit 622f3ff

Please sign in to comment.