Skip to content

Commit bb944aa

Browse files
authored
Merge pull request #115 from hsugawa8651/add-julia-1.10-1.11-compatibility
Add Julia 1.10 and 1.11 compatibility
2 parents 4da349c + 28f54f6 commit bb944aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1414
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1515

1616
[compat]
17-
BrillouinZoneMeshes = "0.2.2"
17+
BrillouinZoneMeshes = "0.2"
1818
CompositeGrids = "0.1"
1919
Lehmann = "0.2"
2020
StaticArrays = "1"
21-
julia = "1.6, 1.7, 1.8, 1.9"
21+
julia = "1.6, 1.7, 1.8, 1.9, 1.10, 1.11"
2222

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

0 commit comments

Comments
 (0)