mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-23 05:41:19 +01:00
Updated to eco 1.0.3
This commit is contained in:
parent
73d579a131
commit
266c18497b
@ -7,7 +7,7 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
implementation project(":eco-core").getSubprojects()
|
||||
implementation 'com.willfp:eco:1.0.2'
|
||||
implementation 'com.willfp:eco:1.0.3'
|
||||
}
|
||||
|
||||
allprojects {
|
||||
|
@ -3,6 +3,6 @@ version rootProject.version
|
||||
|
||||
subprojects {
|
||||
dependencies {
|
||||
compileOnly 'com.willfp:eco:1.0.2'
|
||||
compileOnly 'com.willfp:eco:1.0.3'
|
||||
}
|
||||
}
|
@ -5,7 +5,7 @@ subprojects {
|
||||
dependencies {
|
||||
compileOnly project(":eco-core:core-plugin")
|
||||
compileOnly project(":eco-core:core-proxy")
|
||||
compileOnly 'com.willfp:eco:1.0.0'
|
||||
compileOnly 'com.willfp:eco:1.0.3'
|
||||
compileOnly 'org.spigotmc:spigot-api:1.16.4-R0.1-SNAPSHOT'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user