sbt/notes/0.13.10
Eugene Yokota e6c846db47 Fixes #1514. Enable latest SNAPSHOT option by default
#1520 originally fixed #1514 by reimplementing part of chain resolver
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)
2015-12-14 16:59:55 -05:00
..
add-MavenRepository.localIfFile.markdown Add notes for MavenRepository.localIfFile. 2015-08-23 17:33:19 +01:00
add-Resolver.bintrayIvyRepo.markdown Add Resolver.bintrayIvyRepo 2015-11-25 09:26:58 +00:00
add-append.sequence-list.markdown Add an Append.Sequence instance for List, fixes #2107 2015-07-18 10:51:31 +02:00
bump-scalaversion.md Bumping Scala version to 2.10.6. 2015-12-14 05:26:34 -05:00
compiler-interface-specific-sources.md Notes 2015-07-16 15:46:14 +02:00
def-settings.markdown Add notes for PR 2151. 2015-08-20 18:45:42 +01:00
dont-pass-jflag-to-local-java.md Notes for sbt/sbt#2272 2015-11-11 14:41:26 +01:00
fix-duplicate-warnings.markdown Add notes for #2258 2015-10-28 16:05:45 +01:00
fix-snapshot-srcs-docs.markdown Add notes for #1750. 2015-08-28 23:38:49 +01:00
fix-snapshots.md Fixes #1514. Enable latest SNAPSHOT option by default 2015-12-14 16:59:55 -05:00
fix-updateclassifiers-configuration.markdown Fixes #2264. Use explicit artifacts if any, fallback to hardcoded 2015-12-02 16:41:02 -05:00
hide-stacktrace.markdown Hide stacktrace on compilation error in build definition 2015-07-09 11:40:02 +02:00
java-constant-fields.markdown Move PR 2085 notes. 2015-07-16 16:24:45 +01:00
local-java-report-errors.md Notes for sbt/sbt#2271 2015-11-11 14:30:05 +01:00
log-java-options.markdown Log javaOptions/fork interactions: 2015-07-18 00:37:35 +02:00
maven-plugin-transitive-excludes.markdown Add handling for transitive exclude rules in pom.xml files. 2015-07-23 15:32:27 -04:00
parse-non-compile-errors.md Notes for sbt/sbt#2272 2015-11-11 14:41:26 +01:00
proper-line-content-from-local-javac.markdown review comments 2015-07-16 15:49:06 -04:00
public-null-logger.markdown Add notes 2015-07-09 23:45:01 +02:00
upgrade-jline.md Update per the changes since August. 2015-11-11 21:35:57 +11:00
warn-on-intransitive-pom.markdown Fixes from review 2015-07-24 12:48:11 -04:00