Skip to content

Commit 07ee844

Browse files
github-actions[bot]CompatHelper Julia
andauthored
CompatHelper: bump compat for FillArrays to 1, (keep existing compat) (#31)
* CompatHelper: bump compat for FillArrays to 1, (keep existing compat) * CompatHelper: bump compat for FillArrays to 1 for package test, (keep existing compat) (#32) Co-authored-by: CompatHelper Julia <[email protected]> --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent efe02e6 commit 07ee844

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1717
[compat]
1818
Distances = "0.9.0, 0.10"
1919
Distributions = "0.24, 0.25"
20-
FillArrays = "0.12, 0.13"
20+
FillArrays = "0.12, 0.13, 1"
2121
MathOptInterface = "0.10, 1"
2222
PDMats = "0.10, 0.11"
2323
QuadGK = "2"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Tulip = "6dd1b50a-3aae-11e9-10b5-ef983d2400fa"
1717
[compat]
1818
Distances = "0.9, 0.10"
1919
Distributions = "0.24, 0.25"
20-
FillArrays = "0.12, 0.13"
20+
FillArrays = "0.12, 0.13, 1"
2121
GLPK = "0.15, 1"
2222
HCubature = "1.5"
2323
MathOptInterface = "0.10, 1"

0 commit comments

Comments
 (0)