1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-19 18:33:00 +01:00

Fixing dependency issues resulting from a recent change to the Spout API.

This commit is contained in:
Glitchfinder
2012-12-06 11:22:22 -08:00
parent 569079fed0
commit 658e7d64c2

View File

@@ -123,7 +123,7 @@
</dependency>
<dependency>
<groupId>org.getspout</groupId>
<artifactId>spoutpluginapi</artifactId>
<artifactId>spoutplugin</artifactId>
<version>dev-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>