Skip to content

Commit

Permalink
Update Highlight.js to 11.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vrubezhny committed Dec 26, 2024
1 parent 3819352 commit 51d3bdf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions org.eclipse.lsp4e/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<goal>wget</goal>
</goals>
<configuration>
<url>https://unpkg.com/@highlightjs/[email protected].0/highlight.min.js</url>
<sha256>5709f519cf5345ca5b2bfc464f7137d874a48d3fcf4f011e48f8adfba56c2068</sha256>
<url>https://unpkg.com/@highlightjs/[email protected].1/highlight.min.js</url>
<sha256>c4a399dd6f488bc97a3546e3476747b3e714c99c57b9473154c6fb8d259b9381</sha256>
<outputDirectory>resources/highlight.min.js</outputDirectory>
</configuration>
</execution>
Expand All @@ -57,7 +57,7 @@
<goal>wget</goal>
</goals>
<configuration>
<url>https://unpkg.com/@highlightjs/[email protected].0/styles/default.min.css</url>
<url>https://unpkg.com/@highlightjs/[email protected].1/styles/default.min.css</url>
<sha256>fbde0ac0921d86c356c41532e7319c887a23bd1b8ff00060cab447249f03c7cf</sha256>
<outputDirectory>resources/highlight.min.js/styles</outputDirectory>
</configuration>
Expand All @@ -69,7 +69,7 @@
<goal>wget</goal>
</goals>
<configuration>
<url>https://unpkg.com/@highlightjs/[email protected].0/styles/dark.min.css</url>
<url>https://unpkg.com/@highlightjs/[email protected].1/styles/dark.min.css</url>
<sha256>bf437be81145907d1d081f1b52be1c1d254df00ff309a3a8a4cb92989595ff9c</sha256>
<outputDirectory>resources/highlight.min.js/styles</outputDirectory>
</configuration>
Expand Down

0 comments on commit 51d3bdf

Please sign in to comment.