Skip to content

Commit

Permalink
Update jquery to 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 13, 2024
1 parent de05ca2 commit d187a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/WebDeps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object WebDeps {
}

def bootstrap = "org.webjars.bower" % "bootstrap" % "3.4.1"
def jquery = "org.webjars.bower" % "jquery" % "3.6.3"
def jquery = "org.webjars.bower" % "jquery" % "3.7.1"
def plotlyJs = "org.webjars.bower" % "plotly.js" % Versions.plotlyJs
def prism = "org.webjars.bower" % "prism" % "1.16.0"

Expand Down

0 comments on commit d187a25

Please sign in to comment.