Skip to content

Update dependency rules_scala to v7.2.1#29

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/rules_scala-7.x
Open

Update dependency rules_scala to v7.2.1#29
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/rules_scala-7.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Sep 2, 2025

This PR contains the following updates:

Package Type Update Change
rules_scala bazel_dep minor 7.0.07.2.1

Warning

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


Release Notes

bazel-contrib/rules_scala (rules_scala)

v7.2.1

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.2.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 = "0d063e92184ab8ffa3c9b6f850bd9a790cd6141b5a688721843910ecdc019316",
    strip_prefix = "rules_scala-7.2.1",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v7.2.1/rules_scala-v7.2.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.2.0...v7.2.1

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

v7.1.4

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.4")
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 = "43a6725dc80000eba0b4583b42e18732cf4ad2ffb71d5ab4addcaf8c6eacdaf6",
    strip_prefix = "rules_scala-7.1.4",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v7.1.4/rules_scala-v7.1.4.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.3...v7.1.4

v7.1.3

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.3")
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 = "614eccce470676c26d70ae6ed3c5dee429022ec3e7a898767b5f83074a41ac98",
    strip_prefix = "rules_scala-7.1.3",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v7.1.3/rules_scala-v7.1.3.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.1.2...v7.1.3

v7.1.2

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

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


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

View the repository job log

@renovate renovate bot changed the title Update dependency rules_scala to v7.1.1 Update dependency rules_scala to v7.1.2 Sep 17, 2025
@renovate renovate bot force-pushed the renovate/rules_scala-7.x branch from 6ab242b to 841339f Compare September 17, 2025 03:39
@renovate renovate bot force-pushed the renovate/rules_scala-7.x branch from 841339f to f17b1df Compare October 25, 2025 15:38
@renovate renovate bot changed the title Update dependency rules_scala to v7.1.2 Update dependency rules_scala to v7.1.3 Oct 25, 2025
@renovate renovate bot force-pushed the renovate/rules_scala-7.x branch from f17b1df to 968343c Compare November 8, 2025 11:58
@renovate renovate bot changed the title Update dependency rules_scala to v7.1.3 Update dependency rules_scala to v7.1.4 Nov 8, 2025
@renovate renovate bot force-pushed the renovate/rules_scala-7.x branch from 968343c to 2c362ca Compare November 16, 2025 20:00
@renovate renovate bot changed the title Update dependency rules_scala to v7.1.4 Update dependency rules_scala to v7.1.5 Nov 16, 2025
@renovate renovate bot force-pushed the renovate/rules_scala-7.x branch from 2c362ca to 67ce7c1 Compare January 5, 2026 23:58
@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
@renovate renovate bot force-pushed the renovate/rules_scala-7.x branch from 67ce7c1 to 52124a9 Compare January 31, 2026 07:07
@renovate renovate bot changed the title Update dependency rules_scala to v7.1.6 Update dependency rules_scala to v7.2.1 Jan 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants