From 274e0b446c766365b44bd16b09e3c6c0b7bca259 Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Fri, 8 Aug 2014 15:46:42 -0400 Subject: [PATCH] Added notes so we have a merge conflict for @eed3si9n to deal with. --- notes/0.13.6.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notes/0.13.6.md b/notes/0.13.6.md index 1ecaac563..c07056894 100644 --- a/notes/0.13.6.md +++ b/notes/0.13.6.md @@ -44,6 +44,7 @@ [1488]: https://github.com/sbt/sbt/pull/1488 [1489]: https://github.com/sbt/sbt/pull/1489 [1494]: https://github.com/sbt/sbt/pull/1494 + [1516]: https://github.com/sbt/sbt/pull/1516 [@dansanduleac]: https://github.com/dansanduleac [@2m]: https://github.com/2m @@ -87,6 +88,7 @@ - Allows keys defined inside `build.sbt` to be used from sbt shell. [#1059][1059]/[#1456][1456] - Updates internal Ivy instance to cache the results of dependency exclusion rules. [#1476][1476] by [@eed3si9n][@eed3si9n] - Adds `Resolver.jcenterRepo` and `Resolver.bintrayRepo(owner, repo)` to add Bintray easier. [#1405][1405] by [@evgeny-goldin][@evgeny-goldin] +- AutoPlugins with no requirements enabled by allRequirements can now be disable dby the user. [#1516][1516] by [@jsuereth] ### Bug fixes @@ -103,6 +105,7 @@ - Fixes `Scope.parseScopedKey`. [#1384][1384] by [@eed3si9n][@eed3si9n] - Fixes `build.sbt` errors causing `ArrayIndexOutOfBoundsException` due to invalid source in position. [#1181][1181] by [@eed3si9n][@eed3si9n] + ### Maven Central Repository defaults to HTTPS Thanks to Sonatype, HTTPS access to Maven Central Repository is available to public. This is now enabled by default, but if HTTP is required for some reason the following system properties can be used: