Skip to content

Commit 4f36448

Browse files
Update jquery to 3.6.1 (#354)
1 parent a530fa5 commit 4f36448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/WebDeps.scala

Lines changed: 1 addition & 1 deletion
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.0"
11+
def jquery = "org.webjars.bower" % "jquery" % "3.6.1"
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)