differential-privacy
differential-privacy copied to clipboard
Upgrade the rules_jvm_ external dependency to 4.4.2
Why upgrade rules_jvm_external
?
The current version of jvm_export
supports uploading to S3 hosted repositories. I needed this for my current project.
Why reorganize the WORKSPACE.bazel file?
For some reason, if the differntial_privacy_deps.bzl file is loaded later on in the workspace changes never take effect. I assume there's some transitive dependency that overrides if it's not called first.
Why create a gitignore?
House cleaning? :)