File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments