Skip to content

Commit

Permalink
Adding [compat] to Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas committed Sep 26, 2021
1 parent 7686363 commit f8cf8a5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"
[compat]
Gridap = "0.16"
julia = "1.3"
ArgParse = "1"
Distances = "0.10"
FillArrays = "0.11, 0.12"
GridapDistributedPETScWrappers = "0.1"
MPI = "0.18,0.19"
NLSolversBase = "7"
NLsolve = "4"
P4est_wrapper = "0.1"
SparseMatricesCSR = "0.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit f8cf8a5

@amartinhuertas
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 register()

@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/45534

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.1.0 -m "<description of version>" f8cf8a5a485242158f1178f76a7566c16e5f00b9
git push origin v0.1.0

Please sign in to comment.