Update igv.rb (#50653)

This commit is contained in:
Vítor Galvão 2018-08-13 21:22:20 +01:00 committed by Markus Reiter
parent a48b8361e9
commit d7a069f8ce
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ cask 'igv' do
app "IGV_#{version}.app"
caveats do
depends_on_java '8+'
depends_on_java '8'
end
end