Skip to content

Commit

Permalink
Update DojoEnv dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
janbruedigam committed Jun 1, 2022
1 parent 5bc774e commit 3b8f399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DojoEnvironments/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
Dojo = "0.3.0, 0.3.0"
Dojo = "0.3.0, 0.4.0"
MeshCat = "<0.14.2, 0.14.2"
StaticArrays = "1.2, 1.4"
julia = "1.6, 1.7"
Expand Down

2 comments on commit 3b8f399

@janbruedigam
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/61488

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.0 -m "<description of version>" 3b8f399a52c819125102f514cffcd1755b6d1f43
git push origin v0.4.0

Please sign in to comment.