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 1c72dfc commit c1477e3
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,18 @@ libraryDependencies +=
"com.github.alexarchambault" %% "shapeless-refined-std" % "0.1.1"
```

Then in your sources:
For the development version, add instead
```scala
resolvers ++= Seq(
Resolver.sonatypeRepo("releases"),
Resolver.sonatypeRepo("snapshots")
)

libraryDependencies +=
"com.github.alexarchambault" %% "shapeless-refined-std" % "0.1.2-SNAPSHOT"
```

Then add in your sources:

```scala
import shapeless.refinedstd.syntax._
Expand Down

0 comments on commit c1477e3

Please sign in to comment.