Skip to content

Commit

Permalink
Remove specifying Okio 1.9.0 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
NightlyNexus authored Jan 31, 2017
1 parent b115292 commit a5216b5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions retrofit-converters/moshi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
<groupId>com.squareup.moshi</groupId>
<artifactId>moshi</artifactId>
</dependency>
<!-- TODO remove this dependency once Moshi ships with 1.9.0 or newer. -->
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>1.9.0</version>
</dependency>

<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit a5216b5

Please sign in to comment.