Update dependencies

This commit is contained in:
Emux
2017-05-30 13:35:48 +03:00
parent c14e93e25d
commit 45383397bc
11 changed files with 13 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ dependencies {
providedCompile "com.badlogicgames.gdx:gdx:$gdxVersion:sources"
providedCompile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources"
providedCompile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion"
providedCompile 'org.slf4j:slf4j-api:1.7.21'
providedCompile "org.slf4j:slf4j-api:$slf4jVersion"
providedCompile 'org.timepedia.exporter:gwtexporter:2.5.1'
providedCompile 'ru.finam:slf4j-gwt:1.7.7.1'
}