Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cats to 1.0.1 and cats-effect to 0.8 #489

Merged
merged 3 commits into from Jan 6, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -9,8 +9,8 @@ addCommandAlias("ci-jvm", ";clean ;coreJVM/test:compile ;coreJVM/test")
addCommandAlias("ci-js", ";clean ;coreJS/test:compile ;coreJS/test")
addCommandAlias("release", ";project monix ;+publishSigned ;sonatypeReleaseAll")

val catsVersion = "1.0.0-RC2"
val catsEffectVersion = "0.6"
val catsVersion = "1.0.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be 1.0.1 now

val catsEffectVersion = "0.7"
val jcToolsVersion = "2.1.1"
val reactiveStreamsVersion = "1.0.1"
val scalaTestVersion = "3.0.4"
Expand Down