Build against SpongeAPI 7.2

This commit is contained in:
Luck 2020-04-09 11:47:10 +01:00
parent 83e9ac04b2
commit b79f6b0fdd
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ dependencies {
compile project(':common')
compile project(':sponge:sponge-service')
compileOnly('org.spongepowered:spongeapi:7.1.0') {
compileOnly('org.spongepowered:spongeapi:7.2.0') {
exclude(module: 'configurate-core')
exclude(module: 'configurate-hocon')
exclude(module: 'configurate-gson')

View File

@ -5,7 +5,7 @@ repositories {
dependencies {
compile project(':common')
compileOnly('org.spongepowered:spongeapi:7.1.0') {
compileOnly('org.spongepowered:spongeapi:7.2.0') {
exclude(module: 'configurate-core')
exclude(module: 'configurate-hocon')
exclude(module: 'configurate-gson')