Skip to content

Commit

Permalink
Merge pull request #1414 from tgodzik/fix-brew
Browse files Browse the repository at this point in the history
Fix brew formula for future releases
  • Loading branch information
tgodzik authored Nov 26, 2020
2 parents 82ff9c9 + a6b44cc commit fce3b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ReleaseUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ object ReleaseUtils {
|
| depends_on "bash-completion"
| depends_on "coursier/formulas/coursier"
| depends_on :java => "1.8+"
| depends_on :java => "openjdk@8+"
|
| resource "bash_completions" do
| url "${artifacts.bashAutocompletions.url}"
Expand Down

0 comments on commit fce3b97

Please sign in to comment.