Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Bump cats to 1.0.0-MF #643

Merged
merged 1 commit into from
Sep 21, 2017
Merged

Bump cats to 1.0.0-MF #643

merged 1 commit into from
Sep 21, 2017

Conversation

BenFradet
Copy link
Contributor

My bad, I forgot I had specified the cats version in the github4s build

@@ -185,7 +185,6 @@ object libraries {
"cats-kernel" -> (("org.typelevel", "cats-kernel", v("cats"))),
"cats-laws" -> (("org.typelevel", "cats-laws", v("cats"))),
"cats-macros" -> (("org.typelevel", "cats-macros", v("cats"))),
"cats" -> (("org.typelevel", "cats", v("cats"))),
Copy link
Member

Choose a reason for hiding this comment

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

We could leave this key in the Map, just for legacy reasons, pointing to the cats-core dependency, what do you think?

- "cats"                   -> (("org.typelevel", "cats", v("cats"))),
+ "cats"                   -> (("org.typelevel", "cats-core", v("cats"))),

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The problem is that the cats artifact used to contain:

  • cats-core
  • cats-macros
  • cats-free
  • simulacrum
  • machinist

Are we okay with reducing that to only cats-core?

Copy link
Member

Choose a reason for hiding this comment

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

Yeah, that's something users might not expect either. Let's remove it then, users will need to specify the new dependencies accordingly.

Copy link
Member

@juanpedromoreno juanpedromoreno left a comment

Choose a reason for hiding this comment

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

LGTM!

Thanks @BenFradet

@juanpedromoreno juanpedromoreno merged commit 5e1bc85 into 47degrees:master Sep 21, 2017
@BenFradet
Copy link
Contributor Author

Thanks!

@BenFradet BenFradet deleted the cats-1.0.0-MF branch September 21, 2017 09:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants