mirror of
https://github.com/tommyskeff/futur4j.git
synced 2026-01-17 23:16:01 +00:00
fix: apply orDefault function when already completed
This commit is contained in:
12
README.md
12
README.md
@@ -14,8 +14,8 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'dev.tommyjs:futur-api:2.5.0'
|
||||
compile 'dev.tommyjs:futur-lazy:2.5.0'
|
||||
compile 'dev.tommyjs:futur-api:2.5.1'
|
||||
compile 'dev.tommyjs:futur-lazy:2.5.1'
|
||||
}
|
||||
```
|
||||
### Gradle DSL
|
||||
@@ -25,8 +25,8 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("dev.tommyjs:futur-api:2.5.0")
|
||||
implementation("dev.tommyjs:futur-lazy:2.5.0")
|
||||
implementation("dev.tommyjs:futur-api:2.5.1")
|
||||
implementation("dev.tommyjs:futur-lazy:2.5.1")
|
||||
}
|
||||
```
|
||||
### Maven
|
||||
@@ -42,12 +42,12 @@ dependencies {
|
||||
<dependency>
|
||||
<groupId>dev.tommyjs</groupId>
|
||||
<artifactId>futur-api</artifactId>
|
||||
<version>2.5.0</version>
|
||||
<version>2.5.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dev.tommyjs</groupId>
|
||||
<artifactId>futur-lazy</artifactId>
|
||||
<version>2.5.0</version>
|
||||
<version>2.5.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
```
|
||||
Reference in New Issue
Block a user