We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c573bb commit a5552c0Copy full SHA for a5552c0
kotlin-libraries-http/pom.xml
@@ -62,14 +62,15 @@
62
<dependency>
63
<groupId>com.squareup.retrofit2</groupId>
64
<artifactId>retrofit</artifactId>
65
- <version>2.9.0</version>
+ <version>${retrofit.version}</version>
66
</dependency>
67
</dependencies>
68
69
<properties>
70
<khttp.version>1.3.1</khttp.version>
71
<fuel.version>2.3.1</fuel.version>
72
<http4k.version>5.25.0.0</http4k.version>
73
+ <retrofit.version>2.9.0</retrofit.version>
74
</properties>
75
76
</project>
0 commit comments