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

Cross-versioned excludes #7454

Open
eed3si9n opened this issue Dec 12, 2023 · 0 comments
Open

Cross-versioned excludes #7454

eed3si9n opened this issue Dec 12, 2023 · 0 comments

Comments

@eed3si9n
Copy link
Member

Does this really work with sbt 1.9.7? For me it seems not...

I have a dependency:

val atomRenderer = ("com.gu" %% "atom-renderer" % "1.2.0")

Now I want to exclude a dependency and it only works when appending _2.13 to it, everything else fails:

.exclude("com.typesafe.play", "twirl-api_2.13") // works

.exclude("com.typesafe.play", "twirl-api") // does NOT work

.excludeAll("com.typesafe.play" %% "twirl-api") // does NOT work

Originally posted by @mkurz in sbt/librarymanagement#88 (comment)

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

No branches or pull requests

1 participant