Skip to content

Commit db00ab8

Browse files
version bump
1 parent ecdcc33 commit db00ab8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
julia-version: [1,1.6]
17+
julia-version: [1]
1818
os: [ubuntu-latest]
1919
package:
2020
- {user: SciML, repo: DelayDiffEq.jl, group: Interface}

Project.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SciMLBase"
22
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com> and contributors"]
4-
version = "2.6.0"
4+
version = "2.7.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -53,19 +53,19 @@ ArrayInterface = "6, 7"
5353
ChainRulesCore = "1.16"
5454
CommonSolve = "0.2.4"
5555
ConstructionBase = "1"
56-
Distributed = "1.6"
56+
Distributed = "1.9"
5757
DocStringExtensions = "0.8, 0.9"
5858
EnumX = "1"
5959
FillArrays = "1.6"
6060
FunctionWrappersWrappers = "0.1.3"
6161
IteratorInterfaceExtensions = "^0.1, ^1"
62-
LinearAlgebra = "1.6"
63-
Logging = "1.6"
64-
Markdown = "1.6"
62+
LinearAlgebra = "1.9"
63+
Logging = "1.9"
64+
Markdown = "1.9"
6565
PartialFunctions = "1.1"
6666
PrecompileTools = "1"
6767
Preferences = "1.3"
68-
Printf = "1.6"
68+
Printf = "1.9"
6969
RCall = "0.13.18"
7070
RecipesBase = "0.7.0, 0.8, 1.0"
7171
RecursiveArrayTools = "2.33"
@@ -79,7 +79,7 @@ SymbolicIndexingInterface = "0.2"
7979
Tables = "1"
8080
TruncatedStacktraces = "1"
8181
Zygote = "0.6"
82-
julia = "1.6"
82+
julia = "1.9"
8383

8484
[extras]
8585
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)