Skip to content

Commit 480dd6c

Browse files
update to v1.10
1 parent 59dff34 commit 480dd6c

File tree

9 files changed

+8
-9
lines changed

9 files changed

+8
-9
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
- lib/NonlinearProblemLibrary
3232
version:
3333
- '1'
34-
- '1.6'
3534
steps:
3635
- uses: actions/checkout@v4
3736
- uses: julia-actions/setup-julia@v1

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ JumpProblemLibrary = "0.1"
2020
NonlinearProblemLibrary = "0.1"
2121
ODEProblemLibrary = "0.1"
2222
SDEProblemLibrary = "0.1"
23-
julia = "1.6"
23+
julia = "1.10"

lib/BVProblemLibrary/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1111
Aqua = "0.5"
1212
DiffEqBase = "6"
1313
SpecialFunctions = "2.3"
14-
julia = "1.6"
14+
julia = "1.10"
1515

1616
[extras]
1717
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

lib/DAEProblemLibrary/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
99
[compat]
1010
Aqua = "0.5"
1111
DiffEqBase = "6"
12-
julia = "1.6"
12+
julia = "1.10"
1313

1414
[extras]
1515
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

lib/DDEProblemLibrary/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
88
[compat]
99
Aqua = "0.5"
1010
DiffEqBase = "6"
11-
julia = "1.6"
11+
julia = "1.10"
1212

1313
[extras]
1414
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

lib/JumpProblemLibrary/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Aqua = "0.5"
1212
Catalyst = "13"
1313
DiffEqBase = "6"
1414
RuntimeGeneratedFunctions = "0.5"
15-
julia = "1.6"
15+
julia = "1.10"
1616

1717
[extras]
1818
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

lib/NonlinearProblemLibrary/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1010
Aqua = "0.8"
1111
LinearAlgebra = "1.6"
1212
SciMLBase = "1, 2"
13-
julia = "1.6"
13+
julia = "1.10"
1414

1515
[extras]
1616
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

lib/ODEProblemLibrary/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ DiffEqBase = "6"
1717
Latexify = "0.15, 0.16"
1818
ModelingToolkit = "9"
1919
RuntimeGeneratedFunctions = "0.5"
20-
julia = "1.6"
20+
julia = "1.10"
2121

2222
[extras]
2323
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

lib/SDEProblemLibrary/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Catalyst = "13"
1515
DiffEqBase = "6"
1616
RuntimeGeneratedFunctions = "0.5"
1717
SciMLBase = "2.0.1"
18-
julia = "1.6"
18+
julia = "1.10"
1919

2020
[extras]
2121
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)