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

Commit 8f2330a

Browse files
committed
Updated documentation and cats dependencies
1 parent a874405 commit 8f2330a

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ For more information, see the [**shims-effect** subproject readme](effect/README
4444

4545
### Upstream Dependencies
4646

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

5150
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.
5251

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ homepage in ThisBuild := Some(url("https://github.com/djspiewak/shims"))
3030
scmInfo in ThisBuild := Some(ScmInfo(url("https://github.com/djspiewak/shims"),
3131
"git@github.com:djspiewak/shims.git"))
3232

33-
val CatsVersion = "1.3.1"
33+
val CatsVersion = "1.4.0"
3434
val ScalazVersion = "7.2.26"
3535

3636
val CatsEffectVersion = "1.0.0"

effect/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ The reason for this is implicit ambiguity. `Effect` is a subtype of `cats.Monad`
3030
### Upstream Dependencies
3131

3232
- Obviously, the core **shims** subproject
33-
- cats-effect 0.10.1
34-
- scalaz-concurrent 7.2.25
33+
- cats-effect 1.0.0
34+
- scalaz-concurrent 7.2.26
3535

3636
## Conversions
3737

0 commit comments

Comments
 (0)