-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Converge on scala_import and java_import #102
Comments
FWIW, running this on a recent version (sha:
I just had to switch the If this isn't related to this issue, I can file a separate ticket. |
@aaronlevin you need to have https://github.com/johnynek/bazel-deps/blob/master/dependencies.yaml#L4 |
I have a branch that has this working. I'll try to get it cleaned up, passing tests, and in code review next week. |
@jjudd thanks! |
@jjudd how did you go? would love to start using this so I don't have to use |
The #101 switches from using scala_library to scala_import for importing external jars. For uniformity, we would like to switch from java_library to java_import too but we decided to hold until java_import stabilizes, see: bazelbuild/bazel#3769
The text was updated successfully, but these errors were encountered: