9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-28 03:19:29 +00:00

Updated eco version

This commit is contained in:
Auxilor
2021-12-04 15:58:21 +00:00
parent 0f5505c740
commit 5b2d0c9b52
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ allprojects {
}
dependencies {
compileOnly 'com.willfp:eco:6.13.8'
compileOnly 'com.willfp:eco:6.15.0'
implementation 'com.willfp:libreforge:2.0.2'
compileOnly 'org.jetbrains:annotations:23.0.0'

View File

@@ -123,7 +123,7 @@ public class ReforgesPlugin extends EcoPlugin {
@Override
public String getMinimumEcoVersion() {
return "6.12.2";
return "6.15.0";
}
/**