9
0
mirror of https://github.com/Auxilor/EcoSkills.git synced 2025-12-31 12:56:31 +00:00

Updated eco

This commit is contained in:
Auxilor
2022-01-08 11:54:46 +00:00
parent 7468ea2ce3
commit e413c6ada2
2 changed files with 2 additions and 2 deletions

View File

@@ -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'])

View File

@@ -134,6 +134,6 @@ public class EcoSkillsPlugin extends EcoPlugin {
@Override
public String getMinimumEcoVersion() {
return "6.17.0";
return "6.18.0";
}
}