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 720d41a commit 070bc87Copy full SHA for 070bc87
README.md
@@ -20,7 +20,7 @@ JDK's [HttpClient](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.h
20
### Gradle
21
22
```
23
-implementation 'io.github.nstdio:http-client-ext:2.1.1'
+implementation 'io.github.nstdio:http-client-ext:2.1.2'
24
25
26
### Maven
@@ -29,7 +29,7 @@ implementation 'io.github.nstdio:http-client-ext:2.1.1'
29
<dependency>
30
<groupId>io.github.nstdio</groupId>
31
<artifactId>http-client-ext</artifactId>
32
- <version>2.1.1</version>
+ <version>2.1.2</version>
33
</dependency>
34
35
### Features
gradle.properties
@@ -1,2 +1,2 @@
1
-version=2.1.2-SNAPSHOT
+version=2.1.2
2
org.gradle.caching=true
0 commit comments