Files
sbt/notes
Eugene Yokota 0fca1a9ff4 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-02-27 04:07:33 -05:00
..
2015-01-24 13:45:15 -05:00
2015-01-24 13:45:15 -05:00
2015-03-18 11:28:19 -07:00
2014-09-13 15:37:00 -04:00