From c69a96e8af41ffae31fec15fd59b9beb41da8a97 Mon Sep 17 00:00:00 2001 From: Prosper Otemuyiwa Date: Mon, 10 Jun 2024 14:28:25 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa379e7..a9b07c4 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The [Novu Java](https://novu.co) SDK provides a fluent and expressive interface co.novu novu-java - 1.5.0 + 1.6.0 ``` @@ -54,7 +54,7 @@ The [Novu Java](https://novu.co) SDK provides a fluent and expressive interface ```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.