Skip to content

Commit

Permalink
Update to libGDX 1.9.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
crykn committed Jan 1, 2021
1 parent 406c57a commit bbff378
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
}
Expand Down

0 comments on commit bbff378

Please sign in to comment.