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

Allow specifying classifiers in ivy deps #159

Merged
merged 1 commit into from
Feb 24, 2018

Conversation

nornagon
Copy link
Contributor

Syntax:

ivy"org.lwjgl:lwjgl:3.1.1;classifier=natives-macos"

or:

ivy"org.lwjgl:lwjgl:3.1.1".configure(attributes = coursier.Attributes(classifier = "natives-macos"))

I wasn't sure what the best way to test the parser was, let me know if I can write a narrower test!

@lihaoyi lihaoyi merged commit 3c1187f into com-lihaoyi:master Feb 24, 2018
@nornagon nornagon deleted the classifier-deps branch February 25, 2018 02:09
@lefou lefou added this to the 0.1.2 milestone May 6, 2019
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.

3 participants