File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ then, add the `gs-core` and `gs-algo` to your dependencies:
3636<dependency >
3737 <groupId >com.github.graphstream</groupId >
3838 <artifactId >gs-core</artifactId >
39- <version >dev-SNAPSHOT </version >
39+ <version >2.0 </version >
4040</dependency >
4141<dependency >
4242 <groupId >com.github.graphstream</groupId >
4343 <artifactId >gs-algo</artifactId >
44- <version >dev-SNAPSHOT </version >
44+ <version >2.0 </version >
4545</dependency >
4646```
4747
Original file line number Diff line number Diff line change 2626
2727 <groupId >org.graphstream</groupId >
2828 <artifactId >gs-algo</artifactId >
29- <version >2.1-SNAPSHOT </version >
29+ <version >2.0 </version >
3030
3131 <name >gs-algo</name >
3232 <description >
263263 <dependency >
264264 <groupId >com.github.graphstream</groupId >
265265 <artifactId >gs-core</artifactId >
266- <version >dev-SNAPSHOT </version >
266+ <version >2.0 </version >
267267 <scope >provided</scope >
268268 </dependency >
269269 </dependencies >
You can’t perform that action at this time.
0 commit comments