Skip to content

Commit d40f9c0

Browse files
committed
Update to libGDX 1.9.12.
1 parent 4282dc5 commit d40f9c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: "idea"
44
apply plugin: "jacoco"
55
apply plugin: "maven"
66

7-
version '0.6.3'
7+
version '0.6.4'
88

99
sourceCompatibility = 1.8
1010
targetCompatibility = 1.8
@@ -54,8 +54,8 @@ install {
5454

5555
// DEPENDENCIES
5656
ext {
57-
gdxVersion = "1.9.11"
58-
guacamoleVersion = "0.2.2"
57+
gdxVersion = "1.9.12"
58+
guacamoleVersion = "0.2.3"
5959
junitVersion = "5.6.0"
6060
mockitoVersion = "3.4.4"
6161
}

0 commit comments

Comments
 (0)