Skip to content

Commit 15b5a1e

Browse files
Update jquery to 3.6.3 (#382)
1 parent d7ae7ad commit 15b5a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/WebDeps.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object WebDeps {
88
}
99

1010
def bootstrap = "org.webjars.bower" % "bootstrap" % "3.4.1"
11-
def jquery = "org.webjars.bower" % "jquery" % "3.6.1"
11+
def jquery = "org.webjars.bower" % "jquery" % "3.6.3"
1212
def plotlyJs = "org.webjars.bower" % "plotly.js" % Versions.plotlyJs
1313
def prism = "org.webjars.bower" % "prism" % "1.16.0"
1414

0 commit comments

Comments
 (0)