Skip to content

Commit 270e0ed

Browse files
authored
Update score_docs_as_code to 2.0.0 (#237)
* Update score_docs_as_code to 2.0.0 * gitignore ubproject.toml, it gets created via docs_as_code 2
1 parent 8ac073e commit 270e0ed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ user.bazelrc
1111

1212
# docs:incremental and docs:ide_support build artifacts
1313
/_build*
14+
process/ubproject.toml
1415

1516
# Vale - editorial style guide
1617
.vale.ini

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
module(
1515
name = "score_process",
16-
version = "1.3.0",
16+
version = "1.3.1",
1717
compatibility_level = 1,
1818
)
1919

@@ -50,4 +50,4 @@ bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2")
5050
###############################################################################
5151
bazel_dep(name = "aspect_rules_lint", version = "1.5.3")
5252
bazel_dep(name = "score_tooling", version = "1.0.2")
53-
bazel_dep(name = "score_docs_as_code", version = "1.4.0")
53+
bazel_dep(name = "score_docs_as_code", version = "2.0.0")

0 commit comments

Comments
 (0)