Skip to content

Commit

Permalink
SDK-494 update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
prathyusha-skyflow committed Apr 12, 2022
1 parent 03f8790 commit f96cd68
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 @@ -37,7 +37,7 @@ This Java SDK is designed to help developers easily implement Skyflow into their

Add this dependency to your project's build file:
```
implementation 'com.skyflow:skyflow-java:1.4.1'
implementation 'com.skyflow:skyflow-java:1.5.0'
```

#### Maven users
Expand All @@ -47,7 +47,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.skyflow</groupId>
<artifactId>skyflow-java</artifactId>
<version>1.4.1</version>
<version>1.5.0</version>
</dependency>
```
---
Expand Down

0 comments on commit f96cd68

Please sign in to comment.