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
scala-steward committed May 17, 2024
1 parent 5e28acb commit 8ae35d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/WebDeps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object WebDeps {
def plotlyJs = "1.54.1"
}

def bootstrap = "org.webjars.bower" % "bootstrap" % "3.4.1"
def bootstrap = "org.webjars.bower" % "bootstrap" % "5.3.3"
def jquery = "org.webjars.bower" % "jquery" % "3.7.1"
def plotlyJs = "org.webjars.bower" % "plotly.js" % Versions.plotlyJs
def prism = "org.webjars.bower" % "prism" % "1.16.0"
Expand Down

0 comments on commit 8ae35d5

Please sign in to comment.