Skip to content

Commit

Permalink
Update jquery to 3.6.0 (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 11, 2022
1 parent 161d4f0 commit d415d7d
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.0"
def jquery = "org.webjars.bower" % "jquery" % "3.3.1"
def jquery = "org.webjars.bower" % "jquery" % "3.6.0"
def plotlyJs = "org.webjars.bower" % "plotly.js" % Versions.plotlyJs
def prism = "org.webjars.bower" % "prism" % "1.15.0"

Expand Down

0 comments on commit d415d7d

Please sign in to comment.