use latest as version, so we don't have to update this

DoNotSpamPls 2018-03-25 21:44:46 +03:00
parent 847f393f40
commit 8a1293ee06
1 changed files with 1 additions and 1 deletions

@ -16,7 +16,7 @@ If you are using Maven, it's as simple as adding the dependency information for
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.8.4</version>
<version>LATEST</version>
<scope>provided</scope>
</dependency>
</dependencies>