tkawachi / sbt-lock

Gemfile.lock for sbt
75 stars 12 forks source link

"test" and "runtime" scoped dependencies missing #28

Open stephanos opened 5 years ago

stephanos commented 5 years ago

Hi there!

I have some dependencies like

"org.mockito" % "mockito-core" % "2.8.47" % "test,it"

and

"ch.qos.logback" % "logback-classic" % "1.2+" % "runtime"

that don't show up in the final lock file. is that the intended behaviour?

fwiw, there are no dependency overrides anywhere.

yinrong commented 2 years ago

+1 runtime dependency missing in fat jar