Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 10, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

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

Release Notes

bazelbuild/rules_scala (io_bazel_rules_scala)

v7.1.2

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.2")

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 = "5338511555719caa1625c2a7fcb64e367db0cf19dae1505c3f6af480d35605e9",
    strip_prefix = "rules_scala-7.1.2",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v7.1.2/rules_scala-v7.1.2.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.1...v7.1.2

v7.1.1

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.1")

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 = "9909a643120536751cfbe3e5942e354ca6085c01bca8d23a0815ad3fa7c60b66",
    strip_prefix = "rules_scala-7.1.1",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v7.1.1/rules_scala-v7.1.1.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.0...v7.1.1

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: bazel-contrib/rules_scala@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: bazel-contrib/rules_scala@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
@renovate renovate bot force-pushed the renovate/io_bazel_rules_scala-7.x branch from 5253f5b to a90dd4d Compare August 28, 2025 08:44
@renovate renovate bot force-pushed the renovate/io_bazel_rules_scala-7.x branch from a90dd4d to 1b5030f Compare September 16, 2025 03:49
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