Use latest spigot-api. Also switched to compile scope...

This commit is contained in:
Jeremy Wood 2016-03-02 11:33:39 -05:00
parent cd312c3ab9
commit 12b6a69146
1 changed files with 2 additions and 2 deletions

View File

@ -257,8 +257,8 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.9-SNAPSHOT</version>
<scope>provided</scope>
<version>1.9-R0.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<!--Spigot API-->
<!-- Start of Spout (disabled because we aren't using it)