Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Apr 7, 2015
1 parent c1477e3 commit ae65a43
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ Available methods are illustrated in the tests, under `src/test`.
Add to your `build.sbt`

```scala
libraryDependencies +=
"com.github.alexarchambault" %% "shapeless-refined-std" % "0.1.1"
libraryDependencies += "com.github.alexarchambault" %% "shapeless-refined-std" % "0.1.1"
```

For the development version, add instead
Expand All @@ -84,6 +83,8 @@ libraryDependencies +=
"com.github.alexarchambault" %% "shapeless-refined-std" % "0.1.2-SNAPSHOT"
```

If you are using shapeless 2.2, replace `0.1.2-SNAPSHOT` by `0.2.0-SNAPSHOT`.

Then add in your sources:

```scala
Expand All @@ -95,7 +96,7 @@ import shapeless.refinedstd.syntax._
*/
```

Only for scala 2.11 for now, a (possibly lighter) version for scala 2.10 is being prepared. Depends on shapeless 2.1.0-RC1.
Only for scala 2.11 for now, a (possibly lighter) version for scala 2.10 is being prepared. Depends on shapeless 2.1.0.


## Internals
Expand Down

0 comments on commit ae65a43

Please sign in to comment.