Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ bazel_dep(name = "score_tooling", version = "1.2.0", dev_dependency = True)

## Configure the python toolchain

bazel_dep(name = "rules_python", version = "1.8.3", dev_dependency = True)
bazel_dep(name = "rules_python", version = "1.8.3",
dev_dependency = True)

PYTHON_VERSION = "3.12"

Expand Down
1 change: 1 addition & 0 deletions score/json/i_json_writer.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/********************************************************************************

Check failure on line 1 in score/json/i_json_writer.h

View workflow job for this annotation

GitHub Actions / Restricted file changes

score/json/i_json_writer.h is in a restricted path
* Copyright (c) 2025 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
Expand All @@ -18,6 +18,7 @@
#include "score/json/internal/model/any.h"
#include "score/result/result.h"


#include <memory>

namespace score
Expand Down
Loading