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

Update dependencies command #158

Merged
merged 2 commits into from
Jul 3, 2022
Merged

Conversation

oyvindberg
Copy link
Owner

No description provided.

@oyvindberg
Copy link
Owner Author

hey @hamnis , check this out 🔥

@@ -109,7 +109,7 @@ object CoursierResolver {
Codec.forProduct4[Publication, String, Type, Extension, Classifier]("name", "type", "ext", "classifier")(Publication.apply)(mod => (mod.name, mod.`type`, mod.ext, mod.classifier))

implicit val codecDependency: Codec[Dependency] =
Codec.forProduct7[Dependency, Module, String, Configuration, Set[(Organization, ModuleName)], Publication, Boolean, Boolean]("module", "version", "configuration", "exclusions", "publication", "optional", "transitive")(Dependency.apply)(x => (x.module, x.version, x.configuration, x.exclusions, x.publication, x.optional, x.transitive))
Copy link
Owner Author

Choose a reason for hiding this comment

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

reminder, should sort exclusions to ensure consistency

@oyvindberg oyvindberg force-pushed the update-dependencies-command branch from 5c2a371 to 399c683 Compare July 3, 2022 22:23
@oyvindberg oyvindberg merged commit a3d06eb into master Jul 3, 2022
@oyvindberg oyvindberg deleted the update-dependencies-command branch July 3, 2022 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant