Skip to content

Commit 334b6fc

Browse files
authored
Update the rules_webtesting version in each submodule (#503)
* Include template files in bazel-common ruleset repository to publish bazel-common to bazel center registry. * Update bcr presubmit files * Update bcr yml * Update bcr yml * Update the setup.sh as symlink * Update bcr yml file * Update bcr * More polish * More polish * More polish * Change symlinks to actual file * Modify yml * Update yml file * Remove setup_ubuntu.sh~upstream-master * Update setup_ubuntu.sh * Remove the symlink and merge conflict * Remove the symlink and merge conflict * Remove local path override * Remove local path override * Add local override back to submodules * Update the version of rules_webtesting in each submodule
1 parent c89ebef commit 334b6fc

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rules_webtesting",
3-
version = "0.4.0",
3+
version = "0.4.1",
44
)
55

66
bazel_dep(name = "bazel_skylib", version = "1.7.1")

web_testing_go/MODULE.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
module(
22
name = "rules_web_testing_go",
3-
version = "0.4.0",
3+
version = "0.4.1",
44
)
55

66
bazel_dep(
77
name = "rules_webtesting",
8+
version = "0.4.1",
89
)
910

1011
local_path_override(

web_testing_java/MODULE.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
module(
22
name = "rules_web_testing_java",
3-
version = "0.4.0",
3+
version = "0.4.1",
44
)
55

66
bazel_dep(
77
name = "rules_webtesting",
8+
version = "0.4.1",
89
)
910

1011
local_path_override(

web_testing_python/MODULE.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rules_web_testing_python",
3-
version = "0.4.0",
3+
version = "0.4.1",
44
)
55

66
bazel_dep(
@@ -10,6 +10,7 @@ bazel_dep(
1010

1111
bazel_dep(
1212
name = "rules_webtesting",
13+
version = "0.4.1",
1314
)
1415

1516
local_path_override(

web_testing_scala/MODULE.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
module(
22
name = "rules_web_testing_scala",
3-
version = "0.4.0",
3+
version = "0.4.1",
44
)
55

66
bazel_dep(
77
name = "rules_webtesting",
8+
version = "0.4.1",
89
)
910

1011
local_path_override(

0 commit comments

Comments
 (0)