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" }