diff --git a/notes/0.13.6.md b/notes/0.13.6.md index 3376d5f75..cfd21d5d6 100644 --- a/notes/0.13.6.md +++ b/notes/0.13.6.md @@ -51,6 +51,7 @@ [1524]: https://github.com/sbt/sbt/issues/1524 [1530]: https://github.com/sbt/sbt/issues/1530 [1536]: https://github.com/sbt/sbt/pull/1536 + [1541]: https://github.com/sbt/sbt/issues/1541 [1546]: https://github.com/sbt/sbt/pull/1546 [@benmccann]: https://github.com/benmccann @@ -77,7 +78,7 @@ ### Fixes with compatibility implications -- Maven Central Repository now defaults to HTTPS. [#1494][1494] by [@rtyley][@rtyley] (See below) +- Maven Central Repository, Java.net Maven 2 Repository, and Typesafe Repository now defaults to HTTPS. (See below) - `ThisProject` used to resolve to the root project in a build even when it's place in `subproj/build.sbt`. sbt 0.13.6 fixes it to resolve to the sub project. [#1194][1194]/[#1358][1358] by [@dansanduleac][@dansanduleac] - Global plugins classpath used to be injected into every build. This will no longer be the case. [#1347][1347]/[#1352][1352] by [@dansanduleac][@dansanduleac] - Fixes `newer` command in scripted. [#1419][1419] by [@jroper][@jroper] @@ -126,11 +127,9 @@ Thanks to Sonatype, HTTPS access to Maven Central Repository is available to pub -Dsbt.repository.secure=false -[#1494][1494] by [@rtyley][@rtyley] +Java.net Maven 2 repository and Typesafe repository also defaults to HTTPS. -Launcher also defaults to HTTPS address of the Typesafe repository. - -[#1536][1536] by [@benmccann][@benmccann]. +[#1494][1494] by [@rtyley][@rtyley], [#1536][1536] by [@benmccann][@benmccann], and [#1541][1541] by [@eed3si9n][@eed3si9n]. ### enablePlugins/disablePlugins