Skip to content

Commit

Permalink
Merge pull request #127 from novuhq/unicodeveloper-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
unicodeveloper authored Jun 10, 2024
2 parents bdae086 + c69a96e commit be248c6
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 @@ -46,15 +46,15 @@ The [Novu Java](https://novu.co) SDK provides a fluent and expressive interface
<dependency>
<groupId>co.novu</groupId>
<artifactId>novu-java</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
```

**Gradle users:**
```gradle
// add dependency
dependencies {
implementation 'co.novu:novu-java:1.5.0'
implementation 'co.novu:novu-java:1.6.0'
}
```
Sync your project, and you should have the artifacts downloaded.
Expand Down

0 comments on commit be248c6

Please sign in to comment.