Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-sift committed Jul 27, 2022
1 parent 9ed46db commit be78232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Java 1.7 or later.
<dependency>
<groupId>com.siftscience</groupId>
<artifactId>sift-java</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</dependency>
```
### Gradle
```
dependencies {
compile 'com.siftscience:sift-java:3.4.7'
compile 'com.siftscience:sift-java:3.5.2'
}
```
### Other
Expand Down

0 comments on commit be78232

Please sign in to comment.