Skip to content

Commit

Permalink
Merge pull request #630 from mkurz/pin_bootstrap
Browse files Browse the repository at this point in the history
Pin bootstrap in scala steward config
  • Loading branch information
mkurz committed May 6, 2024
2 parents 5305e6b + 6ddbea6 commit e0be8a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ pullRequests.grouping = [
{ name = "patches", "title" = "Patch updates", "filter" = [{"version" = "patch"}] }
]

updates.pin = [
{ groupId = "org.webjars", artifactId = "bootstrap", version = "3.4." }
]

buildRoots = [
"play-java-pekko-cluster-example",
"play-java-chatroom-example",
Expand Down

0 comments on commit e0be8a8

Please sign in to comment.