Anil Kumar Myla

Results 18 comments of Anil Kumar Myla

It appears this can be fixed by doing multi-line regex match, but that fails other unit tests that disallow mentioning version number in a different line. ``` --- a/modules/core/src/main/scala/org/scalasteward/core/edit/UpdateHeuristic.scala +++...

Also the explanation here is the primary driver for #412

>And then providing a limit of 2 upgrades on "org.icecream" >so you wouldn't update library 3? Yes, this is the behavior we would want. This also heavily relies on scala-steward...

For ideas, we use athenz-cert-refresher to get an SSLContext that refreshes underneath using a scheduled thread https://github.com/yahoo/athenz/blob/master/libs/java/cert_refresher/examples/tls-support/src/main/java/com/yahoo/athenz/example/http/tls/client/HttpTLSClient.java

Looking forward to this fix for a long time. @matthewfarwell can you help release a new version or annoint additional maintainers who can help regarding this?

There seems to be no activity on this thread for 2 weeks already. What are our options?

Can we get a new release please!

although undocumented, if you read the source code, there is a setting `scalastyleSources` which you can define in your `build.sbt` to only the file that you want to run on....

> I'm having problems including a configuration from a file located in a parent directory, but I don't have problems when including from the same directory or children directory... any...

this works for me default.properties `scala_version = maven(org.scala-lang, scala-library, stable)` build.sbt `scalaVersion := "$scala_version$"`