Revert WE dependency to 5.5.8.

WorldGuard didn't use any new API since then,
so depending on an unstable snapshot wasn't necessary.
This commit is contained in:
wizjany 2013-11-18 15:30:17 -05:00
parent 5f32ebe2de
commit 4a0ae833f0

View File

@ -71,7 +71,7 @@
<dependency>
<groupId>com.sk89q</groupId>
<artifactId>worldedit</artifactId>
<version>5.5.9-SNAPSHOT</version>
<version>5.5.8</version>
<scope>compile</scope>
<type>jar</type>
</dependency>