-
Notifications
You must be signed in to change notification settings - Fork 7
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
Set assumedEvictionErrorLevel to Level.Error #487
Comments
Interesting. We use scala-cli to build the whole thing and it didn't catch it, apparently. |
Yes so this is actually quite problematic for us as we are using sbt with strict eviction avoidance. Because of this intrinsic compatibility issue in the library, in all projects using besom we have to add |
Would a quickfix release of 0.3.2 with correct dependency tree help? |
@lbialy maybe I should have answered directly, yes a quickfix release would help as right now this |
For reference: the only way to validate this, for now, is to use |
fixed in #500, will release 0.3.2 momentarily |
@jchapuis I have released 0.3.2-SNAPSHOT (sonatype snapshot repo) today, could you please verify that it solves this issue for you? I will release complete 0.3.2 version once you confirm it does indeed solve your issues. |
@lbialy thanks! I can confirm it works 🎉 |
There is an intrinsic eviction warning in the latest build of
besom-core
withcom.lihaoyi:sourcecode
.pprint
depends on0.2.7
whilebesom-core
depends on0.3.1
.Setting
assumedEvictionErrorLevel := Level.Error
should help in surfacing these issues.The text was updated successfully, but these errors were encountered: