From 619536b05952ce6da59cb061384d6a2431029d45 Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Wed, 17 Sep 2014 10:27:12 -0400 Subject: [PATCH] Add notes for this fix. --- notes/0.13.7/ivy-no-httpclient.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 notes/0.13.7/ivy-no-httpclient.md diff --git a/notes/0.13.7/ivy-no-httpclient.md b/notes/0.13.7/ivy-no-httpclient.md new file mode 100644 index 000000000..fb59e0fac --- /dev/null +++ b/notes/0.13.7/ivy-no-httpclient.md @@ -0,0 +1,7 @@ + [1602]: https://github.com/sbt/sbt/pull/1602 + [@jsuereth]: https://github.com/jsuereth + + +### Fixes + +* Ivy no longer silently flops to HttpClient resolver when httpclient is on the classpath. [#1602][1602] by [@jsuereth][@jsuereth]