File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ Add scenery and ClearGL to your project's `pom.xml`:
9494 <dependency >
9595 <groupId >graphics.scenery</groupId >
9696 <artifactId >scenery</artifactId >
97- <version >0.7.0-SNAPSHOT </version >
97+ <version >0.7.0-beta-1 </version >
9898 </dependency >
9999
100100 <dependency >
@@ -110,7 +110,7 @@ Add scenery and ClearGL to your project's `pom.xml`:
110110Add scenery and ClearGL to your project's ` build.gradle ` :
111111
112112``` groovy
113- compile group: 'graphics.scenery', name: 'scenery', version: '0.7.0-SNAPSHOT '
113+ compile group: 'graphics.scenery', name: 'scenery', version: '0.7.0-beta-1 '
114114compile group: 'net.clearvolume', name: 'cleargl', version: '2.2.5'
115115```
116116
Original file line number Diff line number Diff line change 1010
1111 <groupId >graphics.scenery</groupId >
1212 <artifactId >scenery</artifactId >
13- <version >0.7.0-SNAPSHOT </version >
13+ <version >0.7.0-beta-1 </version >
1414
1515 <name >scenery</name >
1616 <description >flexible scenegraphing and rendering for scientific visualisation</description >
You can’t perform that action at this time.
0 commit comments