mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Use Sponge version 4.1.0-SNAPSHOT
This commit is contained in:
parent
83a3843c15
commit
beba8daf45
@ -20,7 +20,7 @@ apply plugin: 'net.minecrell.vanilla.server.library'
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':worldedit-core')
|
compile project(':worldedit-core')
|
||||||
compile 'org.spongepowered:spongeapi:4.+'
|
compile 'org.spongepowered:spongeapi:4.1.0-SNAPSHOT'
|
||||||
compile 'ninja.leaping.configurate:configurate-hocon:3.1'
|
compile 'ninja.leaping.configurate:configurate-hocon:3.1'
|
||||||
testCompile group: 'org.mockito', name: 'mockito-core', version:'1.9.0-rc1'
|
testCompile group: 'org.mockito', name: 'mockito-core', version:'1.9.0-rc1'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user