diff --git a/news/changelog-1.6.md b/news/changelog-1.6.md index 1743764ed1..6caa78071e 100644 --- a/news/changelog-1.6.md +++ b/news/changelog-1.6.md @@ -92,6 +92,7 @@ All changes included in 1.6: ### `julia` - ([#10225](https://github.com/quarto-dev/quarto-cli/issues/10225)): Handle API change in `is_manifest_current` in Julia 1.11. +- ([#11013](https://github.com/quarto-dev/quarto-cli/issues/11013)): Fix QuartoNotebookRunner.jl precompilation failure on Julia 1.11. ### `jupyter` diff --git a/src/resources/julia/Project.toml b/src/resources/julia/Project.toml index b130542c18..20f435e748 100644 --- a/src/resources/julia/Project.toml +++ b/src/resources/julia/Project.toml @@ -2,4 +2,4 @@ QuartoNotebookRunner = "4c0109c6-14e9-4c88-93f0-2b974d3468f4" [compat] -QuartoNotebookRunner = "=0.11.2" +QuartoNotebookRunner = "=0.11.5"