From 7d6488e18253670fd7636f1069add2a8033b53f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 00:05:57 +0000 Subject: [PATCH] Update dependency io_bazel_rules_scala to v7 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index a6e60c9..da9c354 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -73,9 +73,9 @@ http_archive( http_archive( name = "io_bazel_rules_scala", - sha256 = "e734eef95cf26c0171566bdc24d83bd82bdaf8ca7873bec6ce9b0d524bdaf05d", - strip_prefix = "rules_scala-6.6.0", - url = "https://github.com/bazelbuild/rules_scala/releases/download/v6.6.0/rules_scala-v6.6.0.tar.gz", + 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", ) http_archive(