question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

EvictionOptions not allowing to turn off warnings?

See original GitHub issue

I’m trying to turn off eviction warnings for intransitive dependencies at the moment since I have little or no influence on the dependencies (using Play).

I’m now using the following settings:

evictionWarningOptions := EvictionWarningOptions.default.withWarnTransitiveEvictions(false).withWarnDirectEvictions(false).withWarnScalaVersionEviction(false),
ivyScala := ivyScala.value map { _.copy(overrideScalaVersion = true) }

but still get to see eviction warnings upon update etc.

Any idea what I might be doing wrong? This is a multi-module project and I have the settings enabled for each module.

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:17 (11 by maintainers)

github_iconTop GitHub Comments

4reactions
eed3si9ncommented, Oct 1, 2014

Could you try:

evictionWarningOptions in update := EvictionWarningOptions.default.withWarnTransitiveEvictions(false).withWarnDirectEvictions(false).withWarnScalaVersionEviction(false)
1reaction
eed3si9ncommented, May 19, 2015

#1615 added EvictionWarningOptions.empty that’s available on 0.13.8.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Landlord/Tenant Issues | North Carolina Judicial Branch
Landlords cannot force tenants out of their homes without going to court, for instance, by changing the locks, turning off utilities or removing...
Read more >
Eviction Notices for Nonpayment of Rent in Texas | Nolo
Learn Texas rules for terminating a tenancy for failure to pay rent.
Read more >
Eviction Notices - Tenant Resource Center
5-day Notice for Non-Rent Violation with Right to Cure is a warning that the ... to pay late rent or take "reasonable steps"...
Read more >
Tenant Issues and Rights for Kansas Renters
While this webpage is focused on non-federal housing, ... If you can make contact with them, they might be able to help pressure...
Read more >
No-Cause Notices - Civil Law Self-Help Center
The court can enter an order allowing the tenant to stay on the rental property for an additional thirty days after the initial...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found