Skip to content

Commit e41ff18

Browse files
authored
Link to new mockwebserver artifacts (#8911)
1 parent 0ff8751 commit e41ff18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ OkHttp includes a library for testing HTTP, HTTPS, and HTTP/2 clients.
149149
The latest release is available on [Maven Central](https://search.maven.org/artifact/com.squareup.okhttp3/mockwebserver/5.0.0/jar).
150150

151151
```kotlin
152-
testImplementation("com.squareup.okhttp3:mockwebserver:5.0.0")
152+
testImplementation("com.squareup.okhttp3:mockwebserver3:5.0.0")
153153
```
154154

155155
MockWebServer is used for firstly for internal testing, and for basic testing of apps using OkHttp client.

mockwebserver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ server.setDispatcher(dispatcher);
142142
### Download
143143

144144
```kotlin
145-
testImplementation("com.squareup.okhttp3:mockwebserver:5.0.0")
145+
testImplementation("com.squareup.okhttp3:mockwebserver3:5.0.0")
146146
```
147147

148148
### License

0 commit comments

Comments
 (0)