Skip to content

Commit

Permalink
update jquery and highlight.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Oct 25, 2023
1 parent 13efdaa commit dcb63f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<title>scalameta-ast</title>
<script
type="text/javascript"
src="https://code.jquery.com/jquery-3.6.4.min.js"
src="https://code.jquery.com/jquery-3.7.1.min.js"
></script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/default.min.css"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/languages/scala.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/scala.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/highlightjs-copy.min.js"></script>
<link
rel="stylesheet"
Expand Down

0 comments on commit dcb63f4

Please sign in to comment.