Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Read the README.txt for information on how to build and run the example applicat

graphchi-java is hosted in the maven central repository, so you can include it as a managed dependency in your maven or sbt builds. For sbt, include the following line in your `build.sbt`:

`libraryDependencies += "org.graphchi" %% "graphchi-java" % "0.2.1"`
`libraryDependencies += "org.graphchi" %% "graphchi-java" % "0.2.2"`

For maven, include the following in `<dependencies>`:

```
<dependency>
<groupId>org.graphchi</groupId>
<artifactId>graphchi-java_2.11</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.graphchi</groupId>
<artifactId>graphchi-java</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>

<properties>
<!-- github server corresponds to entry in ~/.m2/settings.xml -->
Expand Down