Skip to content

Commit

Permalink
Update to OkHttp 2.1 final.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Dec 9, 2014
1 parent 3122d95 commit 85e0b7a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Maven
target

# IntelliJ IDEA
.idea
*.iml

# OS X
.DS_Store
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<okhttp.version>2.0.1-SNAPSHOT</okhttp.version>
<okhttp.version>2.1.0</okhttp.version>
<netty.version>5.0.0.Alpha2-SNAPSHOT</netty.version>
<jetty.alpn.version>8.0.0.v20140317</jetty.alpn.version>
<jetty.alpn.path>
Expand Down

0 comments on commit 85e0b7a

Please sign in to comment.