bazeltools / bazel-deps

Generate bazel dependencies for maven artifacts
MIT License
250 stars 121 forks source link

coursier: set Dependency.configuration appropriately to include runtime-scoped dependencies (fixes #156) #157

Closed kevingessner closed 6 years ago

kevingessner commented 6 years ago

Otherwise, only compile-scoped dependencies are included. See this comment for details: https://github.com/coursier/coursier/issues/552#issuecomment-310133532

johnynek commented 6 years ago

thanks!

seems like the same thing mill did: https://github.com/lihaoyi/mill/pull/270

kevingessner commented 6 years ago

tx!