Skip to content

Commit

Permalink
Merge pull request scala#10492 from scala-steward/update/2.12.x/jquer…
Browse files Browse the repository at this point in the history
…y-3.7.0
  • Loading branch information
SethTisue authored Aug 8, 2023
2 parents d83992a + 83713f1 commit 4a12942
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
Original file line number Diff line number Diff line change
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.4"
"org.webjars" % "jquery" % "3.7.0"
)

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

final def webjarResources = List(
("jquery.min.js", "oP6HI9z1XaZNBrJURtCoUT5SUnxFr8s3BzRl+cbzUq8=")
("jquery.min.js", "2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g=")
)

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

0 comments on commit 4a12942

Please sign in to comment.