Skip to content

Commit

Permalink
Updated WorldEdit for Sponge to 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 authored and wizjany committed Dec 29, 2016
1 parent 93735c3 commit a438347
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions worldedit-sponge/build.gradle
Expand Up @@ -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'
}

Expand All @@ -35,8 +35,8 @@ sponge {
}

minecraft {
version = "1.10.2"
mappings = "snapshot_20161029"
version = "1.11"
mappings = "snapshot_20161116"
runDir = 'run'
}

Expand Down

0 comments on commit a438347

Please sign in to comment.