Updated to eco 1.0.6

This commit is contained in:
Auxilor
2021-01-05 15:36:04 +00:00
parent 3e68cc0a19
commit c75661c1f5
2 changed files with 2 additions and 2 deletions

View File

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

View File

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