Skip to content

Commit

Permalink
Update SpongeAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
gamerforEA committed Dec 24, 2018
1 parent 53ddc3f commit 2e62389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worldedit-sponge/build.gradle
Expand Up @@ -17,7 +17,7 @@ repositories {


dependencies { dependencies {
compile project(':worldedit-core') compile project(':worldedit-core')
compile 'org.spongepowered:spongeapi:7.0.0-SNAPSHOT' compile 'org.spongepowered:spongeapi:7.1.0'
compile 'org.bstats:bstats-sponge:1.4' compile 'org.bstats:bstats-sponge:1.4'
testCompile group: 'org.mockito', name: 'mockito-core', version:'1.9.0-rc1' testCompile group: 'org.mockito', name: 'mockito-core', version:'1.9.0-rc1'
} }
Expand Down

0 comments on commit 2e62389

Please sign in to comment.