Skip to content

Commit d1f0ada

Browse files
authored
Allow Julia1.10 for JuliaMPBSolver. (#54)
Tested locally The top environment uses the `[sources]` feature in Project.toml which is available since 1.11, so I would keep this.
1 parent 7038d82 commit d1f0ada

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

packages/JuliaMPBSolver/Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "JuliaMPBSolver"
22
uuid = "d8b18f01-5396-498d-b34d-247825c18ff0"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Jürgen Fuhrmann <juergen-fuhrmann@web.de>"]
55

66
[deps]
@@ -16,14 +16,14 @@ VoronoiFVM = "82b139dc-5afc-11e9-35da-9b9bdfd336f3"
1616

1717
[compat]
1818
ExtendableGrids = "1.14.0"
19-
InteractiveUtils = "1.11.0"
19+
InteractiveUtils = "1.10.0"
2020
LessUnitful = "1.2.1"
21-
LinearAlgebra = "1.11.0"
22-
Markdown = "1.11.0"
21+
LinearAlgebra = "1.10.0"
22+
Markdown = "1.10.0"
2323
PreallocationTools = "0.4.34"
2424
Unitful = "1.25.1"
2525
VoronoiFVM = "2.13.0"
26-
julia = "1.11"
26+
julia = "1.10"
2727

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

0 commit comments

Comments
 (0)