We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f8896 commit 1bd9fc9Copy full SHA for 1bd9fc9
README.md
@@ -33,7 +33,6 @@ compile 'org.gephi:gephi-toolkit:0.9.3'
33
34
```
35
resolvers ++= Seq(
36
- "NetBeans" at "http://bits.netbeans.org/nexus/content/groups/netbeans/",
37
"gephi-thirdparty" at "https://raw.github.com/gephi/gephi/mvn-thirdparty-repo/"
38
)
39
@@ -84,7 +83,7 @@ If you have Maven you can directly depend on the latest development version of t
84
83
<dependency>
85
<groupId>org.gephi</groupId>
86
<artifactId>gephi-toolkit</artifactId>
87
- <version>0.9.3</version>
+ <version>0.9.3-SNAPSHOT</version>
88
</dependency>
89
...
90
</dependencies>
0 commit comments