Skip to content

Commit d64a8c5

Browse files
Update httpasyncclient to 4.0 from 4.0-beta4
1 parent 4feba31 commit d64a8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxjava-contrib/rxjava-apache-http/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
compile project(':rxjava-core')
88
compile 'org.apache.httpcomponents:httpclient:4.3'
99
compile 'org.apache.httpcomponents:httpcore-nio:4.3'
10-
compile 'org.apache.httpcomponents:httpasyncclient:4.0-beta4'
10+
compile 'org.apache.httpcomponents:httpasyncclient:4.0'
1111
}
1212

1313
jar {

0 commit comments

Comments
 (0)