sbt: depend on java 1.8+ (#16674)
This commit is contained in:
parent
db526be4de
commit
b6055060f2
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ class Sbt < Formula
|
|||
|
||||
bottle :unneeded
|
||||
|
||||
depends_on :java => "1.6+"
|
||||
depends_on :java => "1.8+"
|
||||
|
||||
def install
|
||||
inreplace "bin/sbt" do |s|
|
||||
|
|
Loading…
Reference in a new issue