9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-22 08:29:20 +00:00

Update to eco 1.0.6

This commit is contained in:
Auxilor
2021-01-05 15:54:32 +00:00
parent aada4fd555
commit 27267dd9c3
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ plugins {
dependencies { dependencies {
implementation project(":eco-core").getSubprojects() implementation project(":eco-core").getSubprojects()
implementation 'com.willfp:eco:1.0.5' implementation 'com.willfp:eco:1.0.6'
} }
allprojects { allprojects {

View File

@@ -3,6 +3,6 @@ version rootProject.version
subprojects { subprojects {
dependencies { dependencies {
compileOnly 'com.willfp:eco:1.0.5' compileOnly 'com.willfp:eco:1.0.6'
} }
} }