We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc95e1 commit a10d4d2Copy full SHA for a10d4d2
project/WebDeps.scala
@@ -8,7 +8,7 @@ object WebDeps {
8
}
9
10
def bootstrap = "org.webjars.bower" % "bootstrap" % "3.4.1"
11
- def jquery = "org.webjars.bower" % "jquery" % "3.6.3"
+ def jquery = "org.webjars.bower" % "jquery" % "3.7.1"
12
def plotlyJs = "org.webjars.bower" % "plotly.js" % Versions.plotlyJs
13
def prism = "org.webjars.bower" % "prism" % "1.16.0"
14
0 commit comments