Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: confluentinc/rules_scala
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fde0ff4e9cd29648b97269662b0ebf401bc7884e
Choose a base ref
..
head repository: confluentinc/rules_scala
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1047c4f754f3723942805b99b5146ad237a68b75
Choose a head ref
Showing with 4 additions and 4 deletions.
  1. +4 −4 scala/private/macros/scala_repositories.bzl
8 changes: 4 additions & 4 deletions scala/private/macros/scala_repositories.bzl
Original file line number Diff line number Diff line change
@@ -112,11 +112,11 @@ def rules_scala_setup(scala_compiler_srcjar = None):
if not native.existing_rule("rules_proto"):
http_archive(
name = "rules_proto",
sha256 = "33e496a2b3fe925d5247d848535cb0371890f3e9514a13fd79b0ac9a60a5fc41",
strip_prefix = "rules_proto-7.0.1",
sha256 = "0e5c64a2599a6e26c6a03d6162242d231ecc0de219534c38cb4402171def21e8",
strip_prefix = "rules_proto-7.0.2",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/refs/tags/7.0.1.tar.gz",
"https://github.com/bazelbuild/rules_proto/archive/refs/tags/7.0.1.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/refs/tags/7.0.2.tar.gz",
"https://github.com/bazelbuild/rules_proto/archive/refs/tags/7.0.2.tar.gz",
],
)