Skip to content

Commit 390ba21

Browse files
committed
Modified to use official releases now that they are available.
1 parent ccfccb4 commit 390ba21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sim-eth-basic/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ dependencies {
3636

3737
// We definitely want a UI
3838
//compile "com.simsilica:lemur:[1.8,)"
39-
compile "com.simsilica:lemur:1.8.2-SNAPSHOT"
39+
compile "com.simsilica:lemur:1.8.2"
4040
//compile "com.simsilica:lemur-proto:[1.6,)"
41-
compile "com.simsilica:lemur-proto:1.6.2-SNAPSHOT"
41+
compile "com.simsilica:lemur-proto:1.7.1"
4242

4343
// And our base code for sim-etheral, SiO2, etc.
4444
// (many of these need to be built locally and 'gradle install'ed as of this writing)
4545
compile "com.simsilica:sio2:[1.0,)"
4646
compile "com.simsilica:sim-math:[1.0,)"
4747
//compile "com.simsilica:sim-ethereal:[1.1,)"
48-
compile "com.simsilica:sim-ethereal:1.1.1-SNAPSHOT"
48+
compile "com.simsilica:sim-ethereal:1.1.1"
4949

5050
// Standard utility stuff
5151
compile 'com.google.guava:guava:19.0'

0 commit comments

Comments
 (0)