mirror of
https://github.com/essentials/Essentials.git
synced 2025-09-02 19:22:37 +02:00
Update for latest SpongeAPI & ModularFramework.
This commit is contained in:
@@ -6,7 +6,7 @@ buildscript {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.2'
|
||||
classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.3'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,10 +30,10 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'org.spongepowered:spongeapi:2.1-SNAPSHOT'
|
||||
compile 'org.spongepowered:spongeapi:3.1.0-SNAPSHOT'
|
||||
compile 'com.google.guava:guava:18.0'
|
||||
compile 'com.google.code.findbugs:jsr305:1.3.9'
|
||||
compile 'com.me4502:ModularFramework:1.2.1'
|
||||
compile 'com.me4502:ModularFramework:1.3.0'
|
||||
testCompile 'org.mockito:mockito-core:2.+'
|
||||
testCompile 'junit:junit:4.+'
|
||||
}
|
||||
|
Reference in New Issue
Block a user