Updated eco and libreforge

This commit is contained in:
Auxilor 2022-02-18 11:10:27 +00:00
parent f51e3397de
commit 3af40853c8
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ allprojects {
}
dependencies {
compileOnly 'com.willfp:eco:6.20.0'
compileOnly 'com.willfp:eco:6.25.0'
compileOnly 'org.jetbrains:annotations:19.0.0'

View File

@ -3,6 +3,6 @@ version rootProject.version
subprojects {
dependencies {
implementation 'com.willfp:libreforge:3.17.4'
implementation 'com.willfp:libreforge:3.17.5'
}
}