diff options
author | Julien Gouesse <[email protected]> | 2023-05-08 13:40:31 +0200 |
---|---|---|
committer | Julien Gouesse <[email protected]> | 2023-05-08 13:40:31 +0200 |
commit | de698b3f20d768a3b5af0ed54de72d5486b9595e (patch) | |
tree | 14904c6c060aeff804184852a4838cdde7498630 /ardor3d-audio-joal/build.gradle | |
parent | 138393c4fa7a6b1ee18f315d9cbdcdb732ef93ca (diff) |
Switches to JOGL 2.5.0 RC 20230507
Diffstat (limited to 'ardor3d-audio-joal/build.gradle')
-rw-r--r-- | ardor3d-audio-joal/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ardor3d-audio-joal/build.gradle b/ardor3d-audio-joal/build.gradle index 4cdeac0..24d9391 100644 --- a/ardor3d-audio-joal/build.gradle +++ b/ardor3d-audio-joal/build.gradle @@ -5,6 +5,6 @@ dependencies { implementation project(':ardor3d-math') implementation project(':ardor3d-savable') implementation project(':ardor3d-audio') - implementation group: 'org.jogamp.gluegen', name: 'gluegen-rt-main', version:'2.4.0' - implementation group: 'org.jogamp.joal', name: 'joal-main', version:'2.4.0' + implementation group: 'org.jogamp.gluegen', name: 'gluegen-rt-main', version:'2.5.0-rc-20230507' + implementation group: 'org.jogamp.joal', name: 'joal-main', version:'2.5.0-rc-20230507' } |