Plots.jl/deps/SnoopCompile/snoop_bot_config.jl
2022-04-14 08:23:16 +02:00

8 lines
211 B
Julia

using CompileBot
botconfig = BotConfig(
"Plots",
version = ["1.6", "1.7", "1.8", "nightly"], # <<< keep these versions in sync with .github/workflows/SnoopCompile.yml
# else_version = "nightly",
)