Is there a plan to do a `1.31` release? Would be g...
# general
g
Is there a plan to do a
1.31
release? Would be great to see this bug in the
lint.jvm-dep-check.unnecessary_deps
get fixed. Also after hacking around it, it seems to fire a lot of false positives. I added
scope=forced
for all the generated code ones, but it fires in many other places in my scala codebase (mix of many 1stparty, 3rdparty, and internal deps). I have
strict_deps=true
everywhere. Anybody else running into this?
Copy code
./pants lint src/scala/::
                   (If you're seeing this message in error, you might need to change the `scope` of the dependencies.)
<a lot of deps>
h
Hi, sorry for the inconvenience. Let me take a look.
Looks like we have an rc out for 1.30.5, so we can add this to that
👍 1