Remove play, replaced by typesafe-activator
In Play 2.3 the play command has become the activator command. Play has been updated to use Activator. People should use typesafe-activator formula instead. You can read more about this change at: http://www.playframework.com/documentation/2.3.x/Migration23 and http://www.playframework.com/documentation/2.3.x/Highlights23 Closes Homebrew/homebrew#30262. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
4f8be5bb66
commit
cca11731ca
@ -79,5 +79,14 @@ def blacklisted? name
|
|||||||
GNU Fortran is now provided as part of GCC, and can be installed with:
|
GNU Fortran is now provided as part of GCC, and can be installed with:
|
||||||
brew install gcc
|
brew install gcc
|
||||||
EOS
|
EOS
|
||||||
|
when 'play' then <<-EOS.undent
|
||||||
|
Since Play 2.3 the play command has become the activator command.
|
||||||
|
Play has been updated to use Activator. It can be installed with:
|
||||||
|
brew install typesafe-activator
|
||||||
|
|
||||||
|
You can read more about this change at:
|
||||||
|
http://www.playframework.com/documentation/2.3.x/Migration23
|
||||||
|
http://www.playframework.com/documentation/2.3.x/Highlights23
|
||||||
|
EOS
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user