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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.13: try cats 1.2.x branch #756

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions configs/community.dbuild
Original file line number Diff line number Diff line change
Expand Up @@ -729,8 +729,9 @@ build += {
extra.projects: ["coreJVM"] // no Scala.js plz
}

// frozen (July 2018) at July 2018 commit just before `Defer` addition
// caused compilation errors downstream in fs2
// forked awaiting merge of https://github.com/typelevel/cats/pull/2335
// (and also to remove scoverage, which I think Kai publishLocal'ed in order
// not to be blocked)
${vars.base} {
name: "cats"
uri: ${vars.uris.cats-uri}
Expand Down
2 changes: 1 addition & 1 deletion configs/project-refs.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ vars.uris: {
case-app-uri: "https://github.com/scalacommunitybuild/case-app.git#community-build-2.12"
catalysts-uri: "https://github.com/typelevel/catalysts.git#f8676a18" # was master
cats-effect-uri: "https://github.com/typelevel/cats-effect.git#v0.10" # was master
cats-uri: "https://github.com/typelevel/cats.git#3132bc716f8f" # was master
cats-uri: "https://github.com/SethTisue/cats.git#community-build-2.13" # was typelevel, master; fork is based off kailuowang/cats.git#update_to_2.13-M4
circe-config-uri: "https://github.com/circe/circe-config.git"
circe-uri: "https://github.com/circe/circe.git#c23f22547"
classutil-uri: "https://github.com/bmc/classutil.git"
Expand Down