Update version in the repository example in readme.md

This commit is contained in:
Nick Minkler 2014-12-10 13:42:12 -08:00
parent ca503b9fb3
commit 0b769bb12d

View File

@ -12,7 +12,7 @@ How to use with maven: note that the VaultAPI version is 2 numerals, unlike Vaul
<dependency>
<groupId>net.milkbowl.vault</groupId>
<artifactId>VaultAPI</artifactId>
<version>1.4</version>
<version>1.5</version>
<scope>provided</scope>
</dependency>
</dependencies>