Skip to content

Commit

Permalink
Update installation instructions for version 1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlativy committed Feb 23, 2018
1 parent 3d21ea3 commit d511e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ your dependencies in `pom.xml`:
<dependency>
<groupId>com.google.acai</groupId>
<artifactId>acai</artifactId>
<version>1.0</version>
<version>1.1</version>
<scope>test</scope>
</dependency>
```

See the [artifact details on Maven Central](
http://search.maven.org/#artifactdetails|com.google.acai|acai|0.1|)
http://search.maven.org/#artifactdetails|com.google.acai|acai|1.1|)
for dependency information for other build systems or to simply download the
jars.

Expand Down

0 comments on commit d511e1f

Please sign in to comment.