sbt/librarymanagement
Eugene Yokota 409d1a7f4e Fixes #1514. Enable latest SNAPSHOT option by default
to check all resolvers to find the latest snapshot artifacts.
This behavior did not work well with Maven repositories where sbt was
failing to calculate the correct publication dates.
Now that #2075 fixes the Maven integration issue we should enable this
flag back again.

The build user can opt out by:

    updateOptions := updateOptions.value.withLatestSnapshots(false)
2016-01-17 18:49:46 +00:00
..
src Fixes #1514. Enable latest SNAPSHOT option by default 2016-01-17 18:49:46 +00:00
NOTICE Add build.sbt 2015-08-19 03:56:08 -04:00