mirror of https://github.com/sbt/sbt.git
notes
This commit is contained in:
parent
2904bdcb32
commit
7e2982e056
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue