Skip to content

Commit

Permalink
Merge pull request #951 from jianghaolu/master
Browse files Browse the repository at this point in the history
Okio 1.7.0
  • Loading branch information
jianghaolu committed Apr 15, 2016
2 parents 296bb25 + cd746ab commit 14b4e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClientRuntimes/Java/client-runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
compile 'com.google.guava:guava:18.0'
compile 'com.squareup.retrofit2:retrofit:2.0.0-beta4'
compile 'com.squareup.okhttp3:okhttp:3.2.0'
compile ('com.squareup.okio:okio:1.7.0-SNAPSHOT') { changing = true }
compile 'com.squareup.okio:okio:1.7.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.1.1'
compile 'com.squareup.okhttp3:okhttp-urlconnection:3.1.1'
compile 'com.squareup.retrofit2:converter-jackson:2.0.0-beta4'
Expand Down

0 comments on commit 14b4e56

Please sign in to comment.