Skip to content

Commit 238dc9b

Browse files
committed
Update bootstrap to 5.3.3
1 parent 7cc95e1 commit 238dc9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/WebDeps.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object WebDeps {
77
def plotlyJs = "1.54.1"
88
}
99

10-
def bootstrap = "org.webjars.bower" % "bootstrap" % "3.4.1"
10+
def bootstrap = "org.webjars.bower" % "bootstrap" % "5.3.3"
1111
def jquery = "org.webjars.bower" % "jquery" % "3.6.3"
1212
def plotlyJs = "org.webjars.bower" % "plotly.js" % Versions.plotlyJs
1313
def prism = "org.webjars.bower" % "prism" % "1.16.0"

0 commit comments

Comments
 (0)