Updated WorldEdit for Sponge to 1.11

This commit is contained in:
Me4502 2016-11-17 13:30:53 +10:00 committed by wizjany
parent 93735c3268
commit a438347604

View File

@ -21,7 +21,7 @@ apply plugin: 'net.minecrell.vanilla.server.library'
dependencies {
compile project(':worldedit-core')
compile 'org.spongepowered:spongeapi:5.1.0-SNAPSHOT'
compile 'org.spongepowered:spongeapi:6.0.0-SNAPSHOT'
testCompile group: 'org.mockito', name: 'mockito-core', version:'1.9.0-rc1'
}
@ -35,8 +35,8 @@ sponge {
}
minecraft {
version = "1.10.2"
mappings = "snapshot_20161029"
version = "1.11"
mappings = "snapshot_20161116"
runDir = 'run'
}