Skip to content

Commit 22f1d7f

Browse files
github-actions[bot]CompatHelper Juliastoropoli
authored
CompatHelper: bump compat for CategoricalArrays to 1 for package docs, (drop existing compat) (#170)
This pull request changes the compat entry for the `CategoricalArrays` package from `0.10` to `1` for package docs. 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]> Co-authored-by: Jose Storopoli <[email protected]>
1 parent 328d475 commit 22f1d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TuringGLM = "0004c1f4-53c5-4d43-a221-a1dac6cf6b74"
1111
[compat]
1212
CSV = "0.10"
1313
CairoMakie = "0.15"
14-
CategoricalArrays = "0.10"
14+
CategoricalArrays = "1"
1515
DataFrames = "1"
1616
Documenter = "1"
1717
Pluto = "0.20"

0 commit comments

Comments
 (0)