Skip to content

Commit

Permalink
Adding BlockArrays to [compat] section
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas committed Nov 1, 2023
1 parent 8698afb commit 94dcce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"

[compat]
BlockArrays = "0.16.38"
FillArrays = "0.8.4,1"
Gridap = "0.17.18"
MPI = "0.16, 0.17, 0.18, 0.19, 0.20"
Expand Down

2 comments on commit 94dcce9

@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 updated: JuliaRegistries/General/94559

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.3.2 -m "<description of version>" 94dcce90e1f8ad980746b4ab0cbc9c98727dd877
git push origin v0.3.2

Please sign in to comment.