Skip to content

Commit 8dcf241

Browse files
committed
Use jvm version of okhttp
1 parent 5e7adf8 commit 8dcf241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

okhttp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</dependency>
2626
<dependency>
2727
<groupId>com.squareup.okhttp3</groupId>
28-
<artifactId>okhttp</artifactId>
28+
<artifactId>okhttp-jvm</artifactId>
2929
<version>${okhttp.version}</version>
3030
</dependency>
3131
<dependency>

0 commit comments

Comments
 (0)