Skip to content

Update dependency io_bazel_rules_scala to v7 #237

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 10, 2025

This PR contains the following updates:

Package Type Update Change
io_bazel_rules_scala http_archive major v6.6.0 -> v7.1.0

Release Notes

bazelbuild/rules_scala (io_bazel_rules_scala)

v7.1.0

Compare Source

Using Bzlmod

Paste this snippet into your MODULE.bazel file:

### Set `repo_name = "io_bazel_rules_scala"` if you still need it.
bazel_dep(name = "rules_scala", version = "7.1.0")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_scala",  # Can be "io_bazel_rules_scala" if you still need it.
    sha256 = "6a900a39bf643c5c9308c8200f9a61e27588dc54a67aa08fcfc798f25add4f7b",
    strip_prefix = "rules_scala-7.1.0",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v7.1.0/rules_scala-v7.1.0.tar.gz",
)

See https://github.com/bazelbuild/rules\_scala#getting-started for full setup instructions.

What's Changed

New Contributors

Full Changelog: https://github.com/bazel-contrib/rules\_scala/compare/v7.0.0...v7.1.0

v7.0.0

Compare Source

Using Bzlmod

Paste this snippet into your MODULE.bazel file:

### Set `repo_name = "io_bazel_rules_scala"` if you still need it.
bazel_dep(name = "rules_scala", version = "7.0.0")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_scala",  # Can be "io_bazel_rules_scala" if you still need it.
    sha256 = "a4700d6e6cdf13cf85e29029ec998e2ec3ba94791606ec83d2c96e3c5b0aebed",
    strip_prefix = "rules_scala-7.0.0",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v7.0.0/rules_scala-v7.0.0.tar.gz",
)

See https://github.com/bazelbuild/rules\_scala#getting-started for full setup instructions.

What's Changed

New Contributors

Full Changelog: https://github.com/bazel-contrib/rules\_scala/compare/v6.6.0...v7.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/io_bazel_rules_scala-7.x branch from e0de588 to 5253f5b Compare August 10, 2025 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants