Pavel Yurgin

Results 4 comments of Pavel Yurgin

@fthomas WDYT ? I prepared a draft. Let me know if you ready to accept this contribution and I will fix all failed tests ASAP :)

Oh, you right, I made a mistake in the example above 🤦 Right example is: ```sbt "com.organization" % "libA" % platformVersion "com.organization" % "libB" % platformVersion ``` It's not the...

I think it will work for my case. I'm not sure if it possible to write regexp for matching variable name. It's relatively simple for: ```sbt "com.organization" % "libA" %...

I have the same issue with async caffeine cache (writen in java) used with scala-java8-compat. ```java valueFuture.whenComplete((value, error) -> {.