Updated PlaceholderAPI dependency to 2.10.1

This commit is contained in:
Florian CUNY 2019-05-08 14:32:35 +02:00
parent 6fe7c8fc51
commit 77373f621d
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
<spigot.version>1.13.2-R0.1-SNAPSHOT</spigot.version>
<bstats.version>1.4</bstats.version>
<vault.version>1.7</vault.version>
<placeholder.version>2.9.2</placeholder.version>
<placeholderapi.version>2.10.1</placeholderapi.version>
<githubapi.version>1.0</githubapi.version>
<!-- Revision variable removes warning about dynamic version -->
<revision>${build.version}</revision>
@ -195,7 +195,7 @@
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>${placeholder.version}</version>
<version>${placeholderapi.version}</version>
<scope>provided</scope>
</dependency>
<!-- Hooks -->