Skip to content

Commit 9890af2

Browse files
authored
Make stdlib compats less specific
REPL and Dates were higher than julia compat entries effectively restricting julia compat. Artifacts was already lower than julia compat so leaving it as "1" would not make this problematic
1 parent bb36284 commit 9890af2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1515

1616
[compat]
1717
Aqua = "0.8"
18-
Artifacts = "1.3"
18+
Artifacts = "1"
1919
Cobweb = "0.6, 0.7"
20-
Dates = "1.11.0"
20+
Dates = "1"
2121
Downloads = "1.6"
2222
EasyConfig = "0.1"
2323
JSON3 = "1.14"
24-
REPL = "1.11.0"
24+
REPL = "1"
2525
julia = "1.7"
2626

2727
[extras]

0 commit comments

Comments
 (0)