From 9890af2216f29e35ed5610320ce31c2e2d4726ab Mon Sep 17 00:00:00 2001 From: Alberto Mengali Date: Thu, 2 Jan 2025 17:51:26 +0100 Subject: [PATCH] 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 --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 5144999..204fc3e 100644 --- a/Project.toml +++ b/Project.toml @@ -15,13 +15,13 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [compat] Aqua = "0.8" -Artifacts = "1.3" +Artifacts = "1" Cobweb = "0.6, 0.7" -Dates = "1.11.0" +Dates = "1" Downloads = "1.6" EasyConfig = "0.1" JSON3 = "1.14" -REPL = "1.11.0" +REPL = "1" julia = "1.7" [extras]