Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Commit

Permalink
Updated documentation and cats dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Oct 11, 2018
1 parent a874405 commit 8f2330a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ For more information, see the [**shims-effect** subproject readme](effect/README

### Upstream Dependencies

- cats 1.2.0
+ Note: cats 1.0.x and 1.1.x are binary-compatible with 1.2.0, so the eviction should be safe
- scalaz 7.2.25
- cats 1.4.0
- scalaz 7.2.26

At present, there is no complex build matrix of craziness to provide support for other major versions of each library. This will probably come in time, when I've become sad and jaded, and possibly when I have received a pull request for it.

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ homepage in ThisBuild := Some(url("https://github.com/djspiewak/shims"))
scmInfo in ThisBuild := Some(ScmInfo(url("https://github.com/djspiewak/shims"),
"[email protected]:djspiewak/shims.git"))

val CatsVersion = "1.3.1"
val CatsVersion = "1.4.0"
val ScalazVersion = "7.2.26"

val CatsEffectVersion = "1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions effect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ The reason for this is implicit ambiguity. `Effect` is a subtype of `cats.Monad`
### Upstream Dependencies

- Obviously, the core **shims** subproject
- cats-effect 0.10.1
- scalaz-concurrent 7.2.25
- cats-effect 1.0.0
- scalaz-concurrent 7.2.26

## Conversions

Expand Down

0 comments on commit 8f2330a

Please sign in to comment.