From 5e0bf71c512e68618ebf271ec83aa404e019cda6 Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Mon, 20 Oct 2014 12:27:51 -0400 Subject: [PATCH] Fix notes with appropriate link. --- notes/0.13.7.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notes/0.13.7.markdown b/notes/0.13.7.markdown index 8579fdf8d..1544e172d 100644 --- a/notes/0.13.7.markdown +++ b/notes/0.13.7.markdown @@ -32,6 +32,7 @@ [1621]: https://github.com/sbt/sbt/pull/1621 [1631]: https://github.com/sbt/sbt/pull/1631 [1642]: https://github.com/sbt/sbt/pull/1642 + [1683]: https://github.com/sbt/sbt/pull/1683 ### Fixes with compatibility implications @@ -61,7 +62,7 @@ [#1611][1611]/[#1618][1618] by [@jsuereth][@jsuereth] - Fixes NullPointerException when using `ChainResolver` and Maven repositories. [#1611][1611]/[#1618][1618] by [@jsuereth][@jsuereth] - Fixes `Resolver`'s `url` method dropping `descriptorOptional` and `skipConsistencyCheck`. [#1621][1621] by [@tmandke][@tmandke] -- Revert `useLatestSnapshot` on `updateOptions` to default to `false`. Reverts chain resolver to previous behavior. []/[] by [@jsuereth][@jsuereth] +- Revert `useLatestSnapshot` on `updateOptions` to default to `false`. Reverts chain resolver to previous behavior. [#1683]/[1683] by [@jsuereth][@jsuereth] ### Natural whitespace handling