Skip to content
Snippets Groups Projects
Commit cca11731 authored by Michael Vetter's avatar Michael Vetter Committed by Jack Nagel
Browse files

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: default avatarJack Nagel <jacknagel@gmail.com>
parent 4f8be5bb
No related branches found
No related tags found
No related merge requests found
......@@ -79,5 +79,14 @@ def blacklisted? name
GNU Fortran is now provided as part of GCC, and can be installed with:
brew install gcc
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment