I'm having an issue where `bundle` is not using st...
# general
c
I'm having an issue where
bundle
is not using stuff from the cache from a previous
compile ::
on the same git hash. @bored-art-40741 advised me in the past that it was probably the runtime classpath being different than the compile time one. I do drop in the mysql jdbc client and logback as dependencies for my
jvm_binary
, but they are not dependencies for the underlying scala libraries. What can I do about this?