Skip to content

Commit

Permalink
Replace the old uuid in all other places as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Oct 9, 2024
1 parent 7f8aef4 commit d065e4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run: |
import Pkg
name = "CompatHelper"
uuid = "53f20ee3-da37-474e-9588-41d6043056a5"
uuid = "6774de46-80ba-43f8-ba42-e41071ccfc5f"
version = "3"
Pkg.add(; name, uuid, version)
shell: julia --color=yes {0}
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244"
DocumenterInterLinks = "d12716ef-a0f6-4df4-a9f1-a5a34e75c656"
LieGroups = "53f20ee3-da37-474e-9588-41d6043056a5"
LieGroups = "6774de46-80ba-43f8-ba42-e41071ccfc5f"

[compat]
CondaPkg = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion tutorials/Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[deps]
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
LieGroups = "53f20ee3-da37-474e-9588-41d6043056a5"
LieGroups = "6774de46-80ba-43f8-ba42-e41071ccfc5f"

0 comments on commit d065e4b

Please sign in to comment.