From bbff378b77cf39fb95629dbc60819c0982d8b5f2 Mon Sep 17 00:00:00 2001 From: crykn Date: Sat, 2 Jan 2021 00:25:40 +0100 Subject: [PATCH] Update to libGDX 1.9.13. --- build.gradle | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index c6eedc9..af890ac 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ apply plugin: "idea" apply plugin: "jacoco" apply plugin: "maven" -version '0.6.4' +version '0.6.5' sourceCompatibility = 1.8 targetCompatibility = 1.8 @@ -54,8 +54,9 @@ install { // DEPENDENCIES ext { - gdxVersion = "1.9.12" - guacamoleVersion = "0.2.3" + gdxVersion = "1.9.13" + guacamoleVersion = "0.2.4" + // Test dependencies junitVersion = "5.6.0" mockitoVersion = "3.4.4" }