- Updated async-http-client dependency from
1.7.16
to1.8.8
- Updated Json4s dependencies from version
2.3.4
to3.2.9
- Handle absolute refs in jsoup, PR #64
- POSTing a String via <<(String) should default to UTF-8 encoded "text/plain" PR #72
- Ability to pass byte-array to
<<
#PR 76 - Don't duplicate query string if path segments added after Issue #79
- Restore
Http
auto-shutdown behavior for sbt 0.13.1+