Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Mar 4, 2016
1 parent 39454f3 commit 469d7f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,15 @@ A standard JVM, (e.g. Oracle JVM (standard JVM, HotSpotVM) or OpenJDK) must be u
Add the following sbt dependency to your project settings:

```scala
libraryDependencies += "org.xerial.larray" %% "larray" % "0.3.1"
libraryDependencies += "org.xerial.larray" %% "larray" % "0.3.3"
```

* Using snapshot versions:

```scala
resolvers += "Sonatype shapshot repo" at "https://oss.sonatype.org/content/repositories/snapshots/"

libraryDependencies += "org.xerial.larray" %% "larray" % "0.3.2-SNAPSHOT"
libraryDependencies += "org.xerial.larray" %% "larray" % "0.3.4-SNAPSHOT"
```
### Example

Expand Down Expand Up @@ -159,7 +159,7 @@ Add the following dependency to your pom.xml (Maven):
<dependency>
<groupId>org.xerial.larray</groupId>
<artifactId>larray_2.11</artifactId>
<version>0.3.0</version>
<version>0.3.3</version>
</dependency>
```

Expand Down

0 comments on commit 469d7f0

Please sign in to comment.