diff --git a/MODULE.bazel b/MODULE.bazel index b53443c6..f5f84730 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -11,7 +11,7 @@ register_toolchains( ) bazel_dep(name = "platforms", version = "0.0.4") -bazel_dep(name = "rules_license", version = "0.0.7") +bazel_dep(name = "rules_license", version = "1.0.0") ### INTERNAL ONLY - lines after this are not included in the release packaging. diff --git a/workspace.bzl b/workspace.bzl index 0997ec32..bcb0f281 100644 --- a/workspace.bzl +++ b/workspace.bzl @@ -23,10 +23,10 @@ def bazel_skylib_workspace(): maybe( http_archive, name = "rules_license", - sha256 = "4531deccb913639c30e5c7512a054d5d875698daeb75d8cf90f284375fe7c360", + sha256 = "26d4021f6898e23b82ef953078389dd49ac2b5618ac564ade4ef87cced147b38", urls = [ - "https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/0.0.7/rules_license-0.0.7.tar.gz", - "https://github.com/bazelbuild/rules_license/releases/download/0.0.7/rules_license-0.0.7.tar.gz", + "https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/1.0.0/rules_license-1.0.0.tar.gz", + "https://github.com/bazelbuild/rules_license/releases/download/1.0.0/rules_license-1.0.0.tar.gz", ], ) register_unittest_toolchains()