Skip to content

Commit

Permalink
Update bootstrap to 5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent a26ef23 commit ce556e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ object Dependencies {
val nettyCodecHttp2 = "io.netty" % "netty-codec-http2" % "4.1.111.Final"

// Web jars
val bootstrap = "org.webjars" % "bootstrap" % "3.4.1"
val bootstrap = "org.webjars" % "bootstrap" % "5.3.3"
val jquery = "org.webjars" % "jquery" % "3.7.1"
val jqueryui = "org.webjars" % "jquery-ui" % "1.13.3"
val lodash = "org.webjars.npm" % "lodash" % "4.17.21"
Expand Down

0 comments on commit ce556e9

Please sign in to comment.