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
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
url = https://github.com/mosteo/minirest
[submodule "deps/spdx"]
path = deps/spdx
url = https://github.com/Fabien-Chouteau/spdx_ada
branch = 319ca7bcc1e2eb1843aad1f64aca3ecba91a2bcc
url = https://github.com/AdaCore/spdx_ada
branch = 918994274ef4ef91cdb8a9e9ed77bd4c05776229
[submodule "deps/optional"]
path = deps/optional
url = https://github.com/mosteo/optional
Expand Down
2 changes: 1 addition & 1 deletion alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ resources = "~0.1"
semantic_versioning = "^3.0"
simple_logging = "^2.0"
si_units = "~0.2.2"
spdx = "~0.2"
spdx = "^26"
stopwatch = "~0.1"
templates_parser = "^24" # Latests pre-Ada 2022 version
toml_slicer = "~0.1"
Expand Down
Loading