Skip to content

Commit

Permalink
Bump AHC version to 2.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
farmdawgnation committed Jun 8, 2018
1 parent ab051a1 commit 541d2e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ their current support status:
|0.12.3 |1.9.40 |2.11,2.12 |Critical only |0.12.x |
|0.13.3 |2.0.38 |2.11,2.12 |Full support |0.13.x |
|0.14.0 |2.1.2 |2.11,2.12 |Full support |0.14.x |
|1.0.0-SNAPSHOT |2.4.7 |2.11,2.12 |Development |master |
|1.0.0-M1 |2.4.9 |2.11,2.12 |Development |master |

Because the AsyncHttpClient does not adhere to semantic versioning, and its versions can increment
quite quickly at times, beginning with 0.14 Dispatch will only use the latest (major, minor) AHC
Expand Down
2 changes: 1 addition & 1 deletion core/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description :=
"Core Dispatch module wrapping async-http-client"

libraryDependencies +=
"org.asynchttpclient" % "async-http-client" % "2.4.7"
"org.asynchttpclient" % "async-http-client" % "2.4.9"

enablePlugins(BuildInfoPlugin)

Expand Down

0 comments on commit 541d2e0

Please sign in to comment.