Skip to content

1.1.2

Choose a tag to compare

@eed3si9n eed3si9n released this 15 Dec 16:52
· 739 commits to 1.12.x since this release
v1.1.2
778a277

bug fixes

  • Fixes PollingWatchService by preventing concurrent modification of keysWithEvents map. #90 by @mechkg, which fixes sbt/sbt#3687, sbt/sbt#3695, and sbt/sbt#3775.
  • Fixes WatchState#++ to remove duplicate directory registry. #87 by @dwijnand
  • Fixes File#lastModified by introducing millisecond-precision file modification timestamps using native code. #92 by @cunei
  • Encode Unix-like file path to URI using u3 notation (file:///). #96 by @eed3si9n