Skip to content

1.3.12

Compare
Choose a tag to compare
@eed3si9n eed3si9n released this 31 May 04:58
· 9535 commits to develop since this release
v1.3.12
ea477e0

change since 1.3.11

There was a regression in sbt 1.3.11 around the handling of repositories file. sbt 1.3.12 fixes it. #5583

lm-coursier 2.0.0-RC6-4

sbt 1.3.11 updates lm-coursier to 2.0.0-RC6-4, which deprecates $HOME/.coursier/cache directory in favor of OS specific cache locations:

  • $HOME/Library/Caches/Coursier/v1 for macOS
  • %LOCALAPPDATA%\Coursier\Cache\v1 for Windows
  • $HOME/.cache/coursier/v1 for Linux etc

other fixes