Skip to content

Commit

Permalink
Merge pull request #8 from jedws/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
non committed Feb 18, 2015
2 parents 1f38f1d + c1adeee commit 87faa6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -63,6 +63,9 @@ addCompilerPlugin("org.spire-math" % "kind-projector_2.10" % "0.5.2")

// for scala 2.9.3
//addCompilerPlugin("org.spire-math" % "kind-projector_2.9.3" % "0.5.2)

// for cross building (won't support 2.9.3, you'd need a manual version mapping)
addCompilerPlugin("org.spire-math" % "kind-projector" % "0.5.2" cross CrossVersion.binary)
```

That's it!
Expand Down

0 comments on commit 87faa6d

Please sign in to comment.