File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1+ # *******************************************************************************
2+ # Copyright (c) 2025 Contributors to the Eclipse Foundation
3+ #
4+ # See the NOTICE file(s) distributed with this work for additional
5+ # information regarding copyright ownership.
6+ #
7+ # This program and the accompanying materials are made available under the
8+ # terms of the Apache License Version 2.0 which is available at
9+ # https://www.apache.org/licenses/LICENSE-2.0
10+ #
11+ # SPDX-License-Identifier: Apache-2.0
12+ # *******************************************************************************
113load ("@score_cr_checker//:cr_checker.bzl" , "copyright_checker" )
214
315# *******************************************************************************
Original file line number Diff line number Diff line change 1111# SPDX-License-Identifier: Apache-2.0
1212# *******************************************************************************
1313
14+ module (
15+ name = "score_process" ,
16+ version = "0.1.0" ,
17+ compatibility_level = 0 ,
18+ )
19+
1420###############################################################################
1521#
1622# Packaging dependencies
@@ -47,10 +53,10 @@ bazel_dep(name = "buildifier_prebuilt", version = "7.3.1")
4753bazel_dep (name = "aspect_rules_lint" , version = "1.4.2" )
4854
4955# Provides, pytest & venv
50- bazel_dep (name = "score_python_basics" , version = "0.3.1 " )
56+ bazel_dep (name = "score_python_basics" , version = "0.3.2 " )
5157
5258# Checker rule for CopyRight checks/fixes
5359bazel_dep (name = "score_cr_checker" , version = "0.2.2" )
5460bazel_dep (name = "score_format_checker" , version = "0.1.1" )
5561bazel_dep (name = "score_platform" , version = "0.1.1" )
56- bazel_dep (name = "score_docs_as_code" , version = "0.2.6 " )
62+ bazel_dep (name = "score_docs_as_code" , version = "0.3.0 " )
You can’t perform that action at this time.
0 commit comments