Skip to content

Commit

Permalink
Avoid Bootstrap updates from Scala Steward
Browse files Browse the repository at this point in the history
We need to hold back from Bootstrap 5 due to
adrianhurt/play-bootstrap#134 - might need to
look at how we can get reasonable presentation without using that
extra library.
  • Loading branch information
rtyley committed Jun 13, 2023
1 parent 2661e24 commit ce104ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
updates.ignore = [
# Need to hold back from Bootstrap 5 due to https://github.com/adrianhurt/play-bootstrap/issues/134
{ groupId = "org.webjars", artifactId = "bootstrap" }
]

0 comments on commit ce104ca

Please sign in to comment.