Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vil1 committed Aug 14, 2017
1 parent e3345e1 commit 4dd5662
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Expand Up @@ -144,9 +144,9 @@ The DSL supports the following conversions :

Using sbt :

Current version is 2.0.1
Current version is 2.1.0
~~~scala
libraryDependencies += "io.kanaka" %% "play-monadic-actions" % "2.0.1"
libraryDependencies += "io.kanaka" %% "play-monadic-actions" % "2.1.0"
~~~

There are also contrib modules for interoperability with scalaz and cats :
Expand All @@ -163,10 +163,14 @@ These instances and conversions are made available by importing `io.kanaka.monad

## Compatibility

- Version `2.1.0` is compatible with Play! `2.6.x`
- Version `2.0.0` is compatible with Play! `2.5.x`
- Version `1.1.0` is compatible with Play! `2.4.x`
- Version `1.0.1` is compatible with Play! `2.3.x`

From version 2.0.0 up, dependencies toward play and cats are defined as `provided`, meaning that you can use the DSL along with any version of these projects you see fit. The two sample projects under `samples/` demonstrate this capability.
From version `2.0.0` up, dependencies toward play and cats are defined as `provided`, meaning that you can use the DSL along with any version of these projects you see fit. The sample projects under `samples/` demonstrate this capability.

From version `2.1.0` up, the modules are published for scala `2.11` and `2.12`. Previous versions are only published for scala `2.11`.

## Contributors

Expand Down

0 comments on commit 4dd5662

Please sign in to comment.