Skip to content

Commit 821bcc7

Browse files
committed
Update to gdx 1.10.0.
1 parent f415c5d commit 821bcc7

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.6'
7+
version '0.6.7'
88

99
sourceCompatibility = 1.8
1010
targetCompatibility = 1.8
@@ -53,8 +53,8 @@ install {
5353

5454
// DEPENDENCIES
5555
ext {
56-
gdxVersion = "1.9.14"
57-
guacamoleVersion = "0.3.0"
56+
gdxVersion = "1.10.0"
57+
guacamoleVersion = "0.3.1"
5858

5959
// Test dependencies
6060
junitVersion = "5.6.0"

0 commit comments

Comments
 (0)