Skip to content

Commit

Permalink
Cap old JET.jl versions to Julia < 1.11, and cap all JET.jl versions …
Browse files Browse the repository at this point in the history
…to LoweredCodeUtils < v2.4
  • Loading branch information
DilumAluthge committed Apr 9, 2024
1 parent ad148c4 commit fff1059
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions J/JET/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
["0.0"]
julia = "1"
julia = "1-1.10"

["0.1"]
LoweredCodeUtils = "1.2.4-1"
Expand All @@ -17,7 +17,7 @@ Revise = "3.1.14-3"
julia = "1.6"

["0.2"]
LoweredCodeUtils = "2"
LoweredCodeUtils = "2-2.3"

["0.2.1-0.5.3"]
Revise = "3.1.15-3"
Expand All @@ -27,23 +27,23 @@ JuliaInterpreter = "0.8.16-0.8"
LoweredCodeUtils = "2.1"

["0.5-0.6.1"]
julia = "1.7.0-1"
julia = "1.7.0-1.10"

["0.5.4-0"]
JuliaInterpreter = "0.9"
Revise = "3.3.0-3"

["0.5.4-0.8.22"]
LoweredCodeUtils = "2.2.0-2"
LoweredCodeUtils = "2.2.0-2.3"

["0.6.16-0.6.20"]
julia = "1.8.1-1.8.3"

["0.6.2-0.6.15"]
julia = "1.8.0-1"
julia = "1.8.0-1.10"

["0.6.21-0.7.14"]
julia = "1.8.1-1"
julia = "1.8.1-1.10"

["0.7.11-0.7.13"]
Preferences = "1.3.0-1"
Expand All @@ -55,7 +55,7 @@ PrecompileTools = "1"
Preferences = "1.4.0-1"

["0.7.15-0.8.21"]
julia = "1.9.0-1"
julia = "1.9.0-1.10"

["0.7.2-0.7.11"]
SnoopPrecompile = "1"
Expand All @@ -69,7 +69,12 @@ Test = "1.9.0-1"
InteractiveUtils = "1.10.0-1"
Pkg = "1.10.0-1"
Test = "1.10.0-1"
julia = "1.10.0-1"

["0.8.22-0.8.27"]
julia = "1.10"

["0.8.23-0"]
LoweredCodeUtils = "2.2-2.3"

["0.8.28-0"]
julia = "1.10.0-1"

0 comments on commit fff1059

Please sign in to comment.