Skip to content

Commit 2fcb43a

Browse files
dash: rename of module (#13)
* dash: rename of module * format fix * fixed buildifier Added score_ prefix for consistency Addresses: eclipse-score/score#922 Signed-off-by: Dan Calavrezo <[email protected]>
1 parent c9b1874 commit 2fcb43a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#
1111
# SPDX-License-Identifier: Apache-2.0
1212
# *******************************************************************************
13-
load("@dash_license_checker//:dash.bzl", "dash_license_checker")
1413
load("@score_cr_checker//:cr_checker.bzl", "copyright_checker")
14+
load("@score_dash_license_checker//:dash.bzl", "dash_license_checker")
1515
load("@score_format_checker//:macros.bzl", "use_format_targets")
1616
load("//:project_config.bzl", "PROJECT_CONFIG")
1717

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ use_repo(llvm, "llvm_toolchain_llvm")
4141
register_toolchains("@llvm_toolchain//:all")
4242

4343
# Dash license checker
44-
bazel_dep(name = "dash_license_checker", version = "0.1.0")
44+
bazel_dep(name = "score_dash_license_checker", version = "0.1.1")
4545

4646
# Format checker
4747
bazel_dep(name = "score_format_checker", version = "0.1.0")

0 commit comments

Comments
 (0)