mirror of
https://github.com/Auxilor/EcoSkills.git
synced 2025-12-31 12:56:31 +00:00
Updated eco
This commit is contained in:
@@ -41,7 +41,7 @@ allprojects {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly 'com.willfp:eco:6.17.1'
|
||||
compileOnly 'com.willfp:eco:6.18.1'
|
||||
compileOnly fileTree(dir: '../../lib', include: ['*.jar'])
|
||||
|
||||
|
||||
|
||||
@@ -134,6 +134,6 @@ public class EcoSkillsPlugin extends EcoPlugin {
|
||||
|
||||
@Override
|
||||
public String getMinimumEcoVersion() {
|
||||
return "6.17.0";
|
||||
return "6.18.0";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user