Skip to content

Commit 948df59

Browse files
github-actions[bot]CompatHelper Julia
andauthored
CompatHelper: bump compat for CategoricalArrays to 1 for package test, (drop existing compat) (#171)
This pull request changes the compat entry for the `CategoricalArrays` package from `0.10` to `1` for package test. This drops the compat entries for earlier versions. Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request. Co-authored-by: CompatHelper Julia <[email protected]>
1 parent 22f1d7f commit 948df59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
1212

1313
[compat]
1414
CSV = "0.10"
15-
CategoricalArrays = "0.10"
15+
CategoricalArrays = "1"
1616
DataFrames = "1"
1717
ForwardDiff = "0.10, 1"
1818
Mooncake = "0.4.122"

0 commit comments

Comments
 (0)