Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itning authored Nov 5, 2023
1 parent 742a912 commit 00748e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ that might be useful for situations where more well-behaved service polling is p
<dependency>
<groupId>io.github.itning</groupId>
<artifactId>guava-retrying3</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
</dependency>
```

Expand All @@ -59,7 +59,7 @@ If you don't use `io.github.itning.retry.strategy.limit.FixedAttemptTimeLimit` i
<dependency>
<groupId>io.github.itning</groupId>
<artifactId>guava-retrying3</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
Expand All @@ -72,7 +72,7 @@ If you don't use `io.github.itning.retry.strategy.limit.FixedAttemptTimeLimit` i
# Gradle

```groovy
implementation "io.github.itning:guava-retrying3:3.0.2"
implementation "io.github.itning:guava-retrying3:3.0.3"
```

# Quickstart
Expand Down

0 comments on commit 00748e0

Please sign in to comment.