Skip to content

Commit

Permalink
Bump jquery and jquery-ui (#26612)
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 authored Nov 30, 2023
1 parent 6761f6a commit 4166a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ object Dependencies {

// Web jars
val bootstrap = "org.webjars" % "bootstrap" % "3.3.7"
val jquery = "org.webjars" % "jquery" % "3.2.1"
val jqueryui = "org.webjars" % "jquery-ui" % "1.12.1"
val jquery = "org.webjars" % "jquery" % "3.7.1"
val jqueryui = "org.webjars" % "jquery-ui" % "1.13.2"
val lodash = "org.webjars.npm" % "lodash" % "4.17.21"
val react = "org.webjars" % "react" % "15.6.1"
val epoch = "org.webjars.npm" % "epoch-charting" % "0.8.4"
Expand Down

0 comments on commit 4166a6a

Please sign in to comment.