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 Sep 16, 2023
1 parent 7cc95e1 commit a10d4d2
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 @@ -8,7 +8,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 a10d4d2

Please sign in to comment.