Skip to content

Commit

Permalink
test JME 3.7.0-alpha3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 29, 2024
1 parent cb3d041 commit c85a810
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ ext {
// production versions of libraries:
gsonCoordinates = 'com.google.code.gson:gson:2.9.1'
imageioVersion = '3.10.1'
jme3Version = '3.6.1-stable'
lwjglVersion = '3.3.2'
//jme3Version = '3.6.1-stable'
//lwjglVersion = '3.3.2'

// advanced versions of libraries:
//gsonCoordinates = 'com.google.code.gson:gson:2.10.1'
//jme3Version = '3.7.0-SNAPSHOT'
//lwjglVersion = '3.3.3'
jme3Version = '3.7.0-alpha3.1'
lwjglVersion = '3.3.3'
//lwjglVersion = '3.3.4-SNAPSHOT'

wrenchVersion = '0.6.1' + jmeTarget
Expand Down

0 comments on commit c85a810

Please sign in to comment.