Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 12, 2025

This PR contains the following updates:

Package Type Update Change
rules_scala bazel_dep patch 7.1.47.1.6

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

bazel-contrib/rules_scala (rules_scala)

v7.1.6

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.6")
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 = "4aff49ff17bb91203e6ec63258b24f20b2843bc3f8dfb69045ff5df96a01b432",
    strip_prefix = "rules_scala-7.1.6",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v7.1.6/rules_scala-v7.1.6.tar.gz",
)

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

What's Changed

Full Changelog: bazel-contrib/rules_scala@v7.1.5...v7.1.6

v7.1.5

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.5")
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 = "f8085332d5862f889454b44b69cc8d6c654184495099afdf3aff79c0a98215ae",
    strip_prefix = "rules_scala-7.1.5",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v7.1.5/rules_scala-v7.1.5.tar.gz",
)

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

What's Changed

Full Changelog: bazel-contrib/rules_scala@v7.1.4...v7.1.5


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

View the repository job log

@github-actions github-actions bot added dependencies Pull requests that update a dependency file lang-scala Scala rules specific labels Nov 12, 2025
@renovate renovate bot force-pushed the renovate/rules_scala-7.x branch from 0593e0f to 9034a05 Compare January 5, 2026 21:38
@renovate renovate bot changed the title Update dependency rules_scala to v7.1.5 Update dependency rules_scala to v7.1.6 Jan 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file lang-scala Scala rules specific

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant