Skip to content

Commit

Permalink
Merge branch 'main' into compathelper/new_version/2024-07-15-06-22-30…
Browse files Browse the repository at this point in the history
…-945-02832398109
  • Loading branch information
Tom-Lemmens authored Jul 17, 2024
2 parents 94fbd95 + ac6a54f commit b3e3ccf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions AbstractXsdTypes.jl/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ version = "0.1.0"
[deps]
Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
Memoization = "6fafb56a-5788-4b4e-91ca-c0cea6611c73"

[compat]
julia = "1.6"
Format = "1"
Memoization = "0.2"
3 changes: 3 additions & 0 deletions XmlStructLoader.jl/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ Parsers = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"

[compat]
julia = "1.6"
3 changes: 3 additions & 0 deletions XmlStructWriter.jl/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"

[compat]
julia = "1.6"
1 change: 1 addition & 0 deletions XsdToStruct.jl/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"

[compat]
TOML = "1"
julia = "1.6"

0 comments on commit b3e3ccf

Please sign in to comment.