Update dependencies for 1.10 support

This commit is contained in:
Daniel Saukel 2016-06-09 11:54:08 +02:00
parent 4766790cab
commit 8b5876bb5f

View File

@ -47,7 +47,7 @@
<relocations>
<relocation>
<pattern>io.github.dre2n.commons</pattern>
<shadedPattern>io.github.dre2n.dungeonsxl</shadedPattern>
<shadedPattern>io.github.dre2n.util.commons</shadedPattern>
</relocation>
<relocation>
<pattern>io.github.dre2n.caliburn</pattern>
@ -70,7 +70,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.9.4-R0.1-SNAPSHOT</version>
<version>1.10-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
@ -87,12 +87,12 @@
<dependency>
<groupId>io.github.dre2n</groupId>
<artifactId>caliburn</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>
</dependency>
<dependency>
<groupId>io.github.dre2n</groupId>
<artifactId>itemsxl</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>
</dependency>
<dependency>
<groupId>io.github.dre2n</groupId>