sbt/notes/0.13.10
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
..
add-sbt-ivy-snapshots-to-launchconfig.markdown Include sbt-ivy-snapshots to launchconfig 2016-01-16 16:52:12 +00:00
always-honor-api-url.markdown Fix link refs. 2015-11-12 09:52:23 -08:00
bump-scalaversion.md FPORT: Bumping Scala version to 2.10.6. 2016-01-17 02:38:40 +00:00
dotty-awareness.md Make sbt aware of Dotty 2016-01-17 16:37:22 +00:00
drop-sealed-from-Append-typeclasses.markdown Drop sealed from the typeclasses in Append 2016-01-08 16:45:06 +01:00
fix-inc-compiler-name-hashing-private-members.markdown FPORT: Release notes for name hashing private members fix 2016-01-16 16:35:18 +00:00
fix-snapshots.md Fixes #1514. Enable latest SNAPSHOT option by default 2016-02-27 04:07:33 -05:00
help-highlighting-windows.markdown Fix search result highlighting on Windows 2015-11-20 22:08:03 +01:00
make-JCenter-opt-in.markdown Add useJCenter setting, which is set to false. Fixes #2217 2016-02-25 23:02:16 -05:00
use-ivyConfiguration-in-updateSbtClassifiers-in-compilers-to-fetch-compiler-bridge-sources.markdown Adds bootIvyConfiguration to grab compiler bridge source. Fixes #2336 2016-01-16 16:11:51 +00:00