Skip to content

Commit 354e426

Browse files
committed
Fix JET version conflicts
1 parent 3396dcf commit 354e426

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ FastClosures = "0.3.2"
4646
ForwardDiff = "0.10.38"
4747
Hwloc = "3.3"
4848
InteractiveUtils = "<0.0.1, 1"
49-
JET = "0.9.19"
49+
JET = "0.9"
5050
LinearAlgebra = "1.10"
5151
NonlinearSolveFirstOrder = "1.3"
5252
ODEInterface = "0.5"

lib/BoundaryValueDiffEqCore/Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ ConcreteStructs = "0.2.3"
3232
DiffEqBase = "6.167"
3333
ForwardDiff = "0.10.38"
3434
InteractiveUtils = "<0.0.1, 1"
35+
JET = "0.9"
3536
LineSearch = "0.1.4"
3637
LinearAlgebra = "1.10"
3738
Logging = "1.10"
@@ -50,7 +51,8 @@ julia = "1.10"
5051
[extras]
5152
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
5253
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
54+
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
5355
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
5456

5557
[targets]
56-
test = ["Aqua", "InteractiveUtils", "Test"]
58+
test = ["Aqua", "InteractiveUtils", "JET", "Test"]

0 commit comments

Comments
 (0)