File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ repositories {
2424}
2525
2626dependencies {
27- implementation 'com.github.thewaterfall:fluent-request:1.3.0 '
27+ implementation 'com.github.thewaterfall:fluent-request:1.3.1 '
2828}
2929```
3030
@@ -43,7 +43,7 @@ Add the following to your pom.xml file:
4343 <dependency>
4444 <groupId>com.github.thewaterfall</groupId>
4545 <artifactId>fluent-request</artifactId>
46- <version>1.3.0 </version>
46+ <version>1.3.1 </version>
4747 </dependency>
4848</dependencies>
4949```
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = ' com.thewaterfall.fluent-request'
7- version = ' 1.3.0 '
7+ version = ' 1.3.1 '
88
99java {
1010 sourceCompatibility = JavaVersion . VERSION_1_8
@@ -23,7 +23,7 @@ publishing {
2323 maven(MavenPublication ) {
2424 groupId = ' com.thewaterfall'
2525 artifactId = ' fluent-request'
26- version = ' 1.3.0 '
26+ version = ' 1.3.1 '
2727 from components. java
2828
2929 pom {
You can’t perform that action at this time.
0 commit comments