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

Commit a0aef9e

Browse files
committed
Updated dependencies
1 parent 51bad62 commit a0aef9e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ For more information, see the [**shims-effect** subproject readme](effect/README
4444

4545
### Upstream Dependencies
4646

47-
- cats 1.1.0
48-
+ Note: cats 1.0.x is binary-compatible with 1.1.0, so the eviction should be safe
49-
- scalaz 7.2.24
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
5050

5151
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.
5252

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ 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.1.0"
34-
val ScalazVersion = "7.2.24"
33+
val CatsVersion = "1.2.0"
34+
val ScalazVersion = "7.2.25"
3535

3636
val CatsEffectVersion = "0.10.1"
3737

38-
val Specs2Version = "4.0.3"
38+
val Specs2Version = "4.1.2"
3939
val DisciplineVersion = "0.8"
4040

4141
val testFrameworkSettings = Seq(

0 commit comments

Comments
 (0)