Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andybharness authored May 23, 2024
1 parent e8494ae commit 808bd25
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 @@ -78,14 +78,14 @@ Add the following Maven dependency in your project's pom.xml file:
<dependency>
<groupId>io.harness</groupId>
<artifactId>ff-java-server-sdk</artifactId>
<version>1.5.2</version>
<version>1.6.0</version>
</dependency>
```

#### Gradle

```
implementation 'io.harness:ff-java-server-sdk:1.5.2'
implementation 'io.harness:ff-java-server-sdk:1.6.0'
```

### Code Sample
Expand Down

0 comments on commit 808bd25

Please sign in to comment.