Skip to content

Commit

Permalink
Add compats for stdlib deps (#949)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Oct 27, 2023
1 parent 3cfb342 commit 7573d07
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,19 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"

[compat]
Artifacts = "1.6"
Compat = "4.4.0"
Downloads = "1.4.3"
GAP_jll = "~400.1200.101"
GAP_lib_jll = "~400.1201.100"
GAP_pkg_juliainterface_jll = "=0.800.300"
InteractiveUtils = "1.6"
MacroTools = "0.5"
Markdown = "1.6"
Ncurses_jll = "6.4.1"
Pidfile = "1.3"
Pkg = "1.6"
REPL = "1.6"
Random = "1.6"
Scratch = "1.1"
julia = "1.6"
3 changes: 3 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.7.1"
Documenter = "^0.27.0"
Random = "1.6"
Test = "1.6"

0 comments on commit 7573d07

Please sign in to comment.