Skip to content

Commit

Permalink
Bump minimum required butler version
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Aug 28, 2020
1 parent 8649ddb commit 41509e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/broth/formulas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describeFormula("butler", {
if (env.isCanary) {
return null;
}
return "^15.0.1";
return "^15.20.0";
},
requiredAtStartup: true,
});
Expand Down

0 comments on commit 41509e9

Please sign in to comment.