diff --git a/README.md b/README.md index cf1a8f6..d65d532 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The Courier Java SDK provides typed access to the Courier REST API from applicat ### Gradle ```kotlin -implementation("com.courier:courier-java:4.10.0") +implementation("com.courier:courier-java:LATEST_VERSION") ``` ### Maven @@ -17,10 +17,12 @@ implementation("com.courier:courier-java:4.10.0") com.courier courier-java - 4.10.0 + LATEST_VERSION ``` +Find the latest version on [Maven Central](https://central.sonatype.com/artifact/com.courier/courier-java). + ## Quick Start ```java