Change dependecy to bukkit 1.11

This commit is contained in:
shansen 2016-11-17 17:06:23 +01:00
parent 42385e9f45
commit 2cc3ea7eec

View File

@ -75,7 +75,7 @@
<dependency> <dependency>
<groupId>org.bukkit</groupId> <groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId> <artifactId>bukkit</artifactId>
<version>1.10-R0.1-SNAPSHOT</version> <version>1.11-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>