We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc95e1 commit 238dc9bCopy full SHA for 238dc9b
project/WebDeps.scala
@@ -7,7 +7,7 @@ object WebDeps {
7
def plotlyJs = "1.54.1"
8
}
9
10
- def bootstrap = "org.webjars.bower" % "bootstrap" % "3.4.1"
+ def bootstrap = "org.webjars.bower" % "bootstrap" % "5.3.3"
11
def jquery = "org.webjars.bower" % "jquery" % "3.6.3"
12
def plotlyJs = "org.webjars.bower" % "plotly.js" % Versions.plotlyJs
13
def prism = "org.webjars.bower" % "prism" % "1.16.0"
0 commit comments