Skip to content

Update dependency rules_scala to v7.2.6#29

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

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

Conversation

@renovate

@renovate renovate Bot commented Sep 2, 2025

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
rules_scala bazel_dep minor 7.0.07.2.6

Release Notes

bazel-contrib/rules_scala (rules_scala)

v7.2.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.2.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 = "f526a27aab750f8ece83e2003c792cbfd1e76106b5bc175e2664a76781de55c5",
    strip_prefix = "rules_scala-7.2.6",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v7.2.6/rules_scala-v7.2.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.2.5...v7.2.6

v7.2.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.2.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 = "99c968f597086e7ebb53102fd21336d5f53f5c0f8214027be3192597ab1dfbe2",
    strip_prefix = "rules_scala-7.2.5",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v7.2.5/rules_scala-v7.2.5.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.2.4...v7.2.5

v7.2.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.2.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 = "d6f08b6f0f9636aff3e85928acb194914b8606ceff447d189d260eafb83483f4",
    strip_prefix = "rules_scala-7.2.4",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v7.2.4/rules_scala-v7.2.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.2.3...v7.2.4

v7.2.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.2.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 = "9b5bd7ec98f11abcb730326919cf5dc68f8a356bf9ca2b8b97e9e4e9ae3b0162",
    strip_prefix = "rules_scala-7.2.3",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v7.2.3/rules_scala-v7.2.3.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.2...v7.2.3

v7.2.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.2.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 = "c81d0127caf7e573606411a2ba425a6277a06052f7c279dabc974a170b829fd9",
    strip_prefix = "rules_scala-7.2.2",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v7.2.2/rules_scala-v7.2.2.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.2.1...v7.2.2

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
@renovate renovate Bot force-pushed the renovate/rules_scala-7.x branch from 52124a9 to da414b7 Compare February 19, 2026 11:41
@renovate renovate Bot changed the title Update dependency rules_scala to v7.2.1 Update dependency rules_scala to v7.2.2 Feb 19, 2026
@renovate renovate Bot force-pushed the renovate/rules_scala-7.x branch from da414b7 to eb41c2e Compare March 1, 2026 14:15
@renovate renovate Bot changed the title Update dependency rules_scala to v7.2.2 Update dependency rules_scala to v7.2.3 Mar 1, 2026
@renovate renovate Bot force-pushed the renovate/rules_scala-7.x branch from eb41c2e to 3e2316a Compare March 8, 2026 12:11
@renovate renovate Bot changed the title Update dependency rules_scala to v7.2.3 Update dependency rules_scala to v7.2.4 Mar 8, 2026
@renovate renovate Bot force-pushed the renovate/rules_scala-7.x branch from 3e2316a to fe54d93 Compare June 4, 2026 04:04
@renovate renovate Bot changed the title Update dependency rules_scala to v7.2.4 Update dependency rules_scala to v7.2.5 Jun 4, 2026
@renovate renovate Bot force-pushed the renovate/rules_scala-7.x branch from fe54d93 to f92827a Compare June 13, 2026 00:11
@renovate renovate Bot changed the title Update dependency rules_scala to v7.2.5 Update dependency rules_scala to v7.2.6 Jun 13, 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