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