Skip to content

Commit

Permalink
Switch to Highlight 11.4.0 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer authored Jan 6, 2022
1 parent 058583e commit 6c859e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Artifacts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ git-tree-sha1 = "8730bd1d8cbb19f36e0ca10236011fd72083746f"
url = "https://github.com/cormullion/juliamono/archive/v0.042.tar.gz"

[Highlight]
git-tree-sha1 = "b07ca488bccba8b175df58503dbc97c86b4e6059"
git-tree-sha1 = "74d0a953af18dcd657e32a9cd95e77d791882528"

[[Highlight.download]]
sha256 = "ef827ce97c792fd59b0b772a87bfa34d3e88a81dbd1dd154a29ed97dbd7a450e"
url = "https://github.com/highlightjs/cdn-release/archive/refs/tags/11.3.1.tar.gz"
sha256 = "ba979bd14d82065aebea450ed77e4b3fe217ca3a7876cc69606147b85d8fb3ce"
url = "https://github.com/highlightjs/cdn-release/archive/refs/tags/11.4.0.tar.gz"

[[Tectonic]]
lazy = true
Expand Down
2 changes: 1 addition & 1 deletion src/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function ci_url_prefix(project)
end

@memoize function highlight(url_prefix)
highlight_dir = joinpath(Artifacts.artifact"Highlight", "cdn-release-11.3.1")
highlight_dir = joinpath(Artifacts.artifact"Highlight", "cdn-release-11.4.0")

highlight_name = "highlight.min.js"
highlight_path = joinpath(highlight_dir, "build", highlight_name)
Expand Down

0 comments on commit 6c859e7

Please sign in to comment.