Skip to content

Commit

Permalink
Point at latest release for Gdx-setup tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Ski committed Jul 18, 2019
1 parent 6f65393 commit beabdb8
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -22,9 +22,9 @@
public class DependencyBank {

//Versions
static String libgdxVersion = "1.9.10-SNAPSHOT";
static String libgdxVersion = "1.9.10";
//Temporary snapshot version, we need a more dynamic solution for pointing to the latest nightly
static String libgdxNightlyVersion = "1.9.10-SNAPSHOT";
static String libgdxNightlyVersion = "1.9.11-SNAPSHOT";
static String roboVMVersion = "2.3.7";
static String moeVersion = "1.4.0";
static String buildToolsVersion = "28.0.3";
Expand Down

0 comments on commit beabdb8

Please sign in to comment.