Skip to content

Commit

Permalink
Uses Libgdx 1.5.3
Browse files Browse the repository at this point in the history
Uses JUnit 4.12
  • Loading branch information
dsaltares committed Jan 18, 2015
1 parent 802467a commit 7bb8722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ashley/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ javadoc {
}

dependencies {
testCompile group: 'junit', name: 'junit', version: '4.+'
testCompile group: 'junit', name: 'junit', version: '4.12'
}

eclipse.project {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ allprojects {

ext {
projectGroup = "ashley"
gdxVersion = '1.3.1'
gdxVersion = '1.5.3'
}

/** needed to disable Java 8 doclint which throws errors **/
Expand Down

0 comments on commit 7bb8722

Please sign in to comment.