We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e28acb commit 8ae35d5Copy full SHA for 8ae35d5
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.7.1"
11
def plotlyJs = "org.webjars.bower" % "plotly.js" % Versions.plotlyJs
12
def prism = "org.webjars.bower" % "prism" % "1.16.0"
0 commit comments