Skip to content

Commit 7c71ce5

Browse files
author
Chris Wilson
committed
Updates README.md to new version of library.
1 parent 0f84eab commit 7c71ce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ Although we try to maintain library backward compatibility this migration may re
2020

2121
## Getting Started
2222

23-
The SparkPost Java Library is available in this [Maven Repository](http://maven.apache.org/download.cgi):
23+
The SparkPost Java Library is available in this [Maven Repository](https://repo.maven.apache.org/maven2/com/sparkpost/sparkpost-lib) or in GitHub [Releases](https://github.com/SparkPost/java-sparkpost/releases).
2424

2525

2626
```xml
2727
<dependency>
2828
<groupId>com.sparkpost</groupId>
2929
<artifactId>sparkpost-lib</artifactId>
30-
<version>0.18</version>
30+
<version>0.19</version>
3131
</dependency>
3232
```
3333

0 commit comments

Comments
 (0)