Update old Spout lib to SpoutCraft

This commit is contained in:
Xephi 2014-06-13 06:48:32 +02:00
parent 8b324a0aa4
commit 47f9513f72
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -53,9 +53,9 @@
<systemPath>${project.basedir}/lib/Citizens.jar</systemPath>
</dependency>
<dependency>
<groupId>org.getSpout</groupId>
<artifactId>SpoutPlugin</artifactId>
<version>1.5.1-R0.3-SNAPSHOT</version>
<groupId>org.getspout</groupId>
<artifactId>spoutapi</artifactId>
<version>1.6.4-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/SpoutPlugin.jar</systemPath>
</dependency>