Skip to content

Commit

Permalink
fix(jquery): Upgrade Jquery version
Browse files Browse the repository at this point in the history
Resolves yahoo#855
  • Loading branch information
1arrow authored Aug 12, 2021
1 parent 8e16403 commit 71232ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ libraryDependencies ++= Seq(
"com.google.code.findbugs" % "jsr305" % "3.0.2",
"org.webjars" %% "webjars-play" % "2.6.3",
"org.webjars" % "bootstrap" % "4.3.1",
"org.webjars" % "jquery" % "3.3.1-2",
"org.webjars" % "jquery" % "3.5.1",
"org.webjars" % "backbonejs" % "1.3.3",
"org.webjars" % "underscorejs" % "1.9.0",
"org.webjars" % "dustjs-linkedin" % "2.7.2",
Expand Down

0 comments on commit 71232ee

Please sign in to comment.