diff --git a/build.gradle b/build.gradle index 3d6d37c6..6146dc6c 100644 --- a/build.gradle +++ b/build.gradle @@ -89,7 +89,7 @@ project(":test") { api "com.badlogicgames.gdx:gdx:$gdxVersion" api "com.badlogicgames.gdx:gdx-box2d:$gdxVersion" - + testImplementation 'junit:junit:4.+' testImplementation "com.badlogicgames.gdx:gdx-backend-headless:$gdxVersion" testImplementation "com.badlogicgames.gdx:gdx:$gdxVersion"