1
0
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:
Matthew Miller (Me4502)
2016-02-27 23:27:19 +10:00
parent 80a7f49379
commit 89f69b8a04
4 changed files with 18 additions and 19 deletions

View File

@@ -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.+'
}