Skip to content

Commit

Permalink
Merge pull request #10354 from scala-steward/update/2.12.x/jquery-3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Mar 27, 2023
2 parents a85e003 + e28268d commit c2bab31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/ScaladocSettings.scala
Expand Up @@ -7,7 +7,7 @@ object ScaladocSettings {

// when this changes, the integrity check in HtmlFactory.scala also needs updating
val webjarResources = Seq(
"org.webjars" % "jquery" % "3.6.3"
"org.webjars" % "jquery" % "3.6.4"
)

def extractResourcesFromWebjar = Def.task {
Expand Down
2 changes: 1 addition & 1 deletion src/scaladoc/scala/tools/nsc/doc/html/HtmlFactory.scala
Expand Up @@ -95,7 +95,7 @@ class HtmlFactory(val universe: doc.Universe, val reporter: Reporter) {
)

final def webjarResources = List(
("jquery.min.js", "pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU=")
("jquery.min.js", "oP6HI9z1XaZNBrJURtCoUT5SUnxFr8s3BzRl+cbzUq8=")
)

/** Generates the Scaladoc site for a model into the site root.
Expand Down

0 comments on commit c2bab31

Please sign in to comment.