Skip to content

Commit dcabf48

Browse files
authored
3.9.0 is out
1 parent 5131121 commit dcabf48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Download [the latest JAR][3] or grab via Maven:
1111
<dependency>
1212
<groupId>com.squareup.okhttp3</groupId>
1313
<artifactId>okhttp</artifactId>
14-
<version>3.8.1</version>
14+
<version>3.9.0</version>
1515
</dependency>
1616
```
1717
or Gradle:
1818
```groovy
19-
compile 'com.squareup.okhttp3:okhttp:3.8.1'
19+
compile 'com.squareup.okhttp3:okhttp:3.9.0'
2020
```
2121

2222
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
@@ -36,13 +36,13 @@ Download [the latest JAR][4] or grab via Maven:
3636
<dependency>
3737
<groupId>com.squareup.okhttp3</groupId>
3838
<artifactId>mockwebserver</artifactId>
39-
<version>3.8.1</version>
39+
<version>3.9.0</version>
4040
<scope>test</scope>
4141
</dependency>
4242
```
4343
or Gradle:
4444
```groovy
45-
testCompile 'com.squareup.okhttp3:mockwebserver:3.8.1'
45+
testCompile 'com.squareup.okhttp3:mockwebserver:3.9.0'
4646
```
4747

4848
ProGuard

0 commit comments

Comments
 (0)