Skip to content

Commit

Permalink
Bump to version 0.9.2.
Browse files Browse the repository at this point in the history
This release supports 2.12.0-RC2.
  • Loading branch information
non committed Oct 20, 2016
1 parent 8213809 commit 5b2bf13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -49,18 +49,18 @@ reserving those identifiers, then this compiler plugin is for you!

### Using the plugin

Kind-projector supports Scala 2.10, 2.11, and 2.12.0-RC1.
Kind-projector supports Scala 2.10, 2.11, and 2.12.0-RC2.

To use this plugin in your own projects, add the following lines to
your `build.sbt` file:

```scala
resolvers += Resolver.sonatypeRepo("releases")

addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.0")
addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.2")

// if your project uses multiple Scala versions, use this for cross building
addCompilerPlugin("org.spire-math" % "kind-projector" % "0.9.0" cross CrossVersion.binary)
addCompilerPlugin("org.spire-math" % "kind-projector" % "0.9.2" cross CrossVersion.binary)

// if your project uses both 2.10 and polymorphic lambdas
libraryDependencies ++= (scalaBinaryVersion.value match {
Expand Down

0 comments on commit 5b2bf13

Please sign in to comment.