We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d41bf1b + 040d71b commit 2406561Copy full SHA for 2406561
news/changelog-1.6.md
@@ -96,6 +96,7 @@ All changes included in 1.6:
96
### `julia`
97
98
- ([#10225](https://github.com/quarto-dev/quarto-cli/issues/10225)): Handle API change in `is_manifest_current` in Julia 1.11.
99
+- ([#11013](https://github.com/quarto-dev/quarto-cli/issues/11013)): Fix QuartoNotebookRunner.jl precompilation failure on Julia 1.11.
100
101
### `jupyter`
102
src/resources/julia/Project.toml
@@ -2,4 +2,4 @@
2
QuartoNotebookRunner = "4c0109c6-14e9-4c88-93f0-2b974d3468f4"
3
4
[compat]
5
-QuartoNotebookRunner = "=0.11.2"
+QuartoNotebookRunner = "=0.11.5"
0 commit comments